#c5f375

Color #C5F375 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C5F375

Tints of Sulu #C5F375

Color information

#C5F375 (or 0xC5F375) is unknown color: approx Sulu. HEX triplet: C5, F3 and 75. RGB value is (197,243,117). Sum of RGB (Red+Green+Blue) = 197+243+117=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F375 is #3A0C8A. Grayscale: #D7D7D7. Windows color (decimal): -3804299 or 7730117. OLE color: 7730117.

HSL color Cylindrical-coordinate representation of color #C5F375: hue angle of 81.9º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5F375 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB197243117-
CMYK0.1900.520.05
HSL81.9º84%70.59%-
HSV(B)81.9º51.85%95.29%-
XYZ58.2977.2628.67-
YUV214.8872.76115.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 35.37%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=35.37%
G=43.63%
B=21.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972431170.1900.520.0581.98470.59
HexC5F375130345525447
Octal305363165230645122124107
Binary11000101111100111110101100110110100101101001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5f375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5f375; }

 p { color: rgb(197,243,117); }

 H1.HeaderClassName
 {
   color: #c5f375;
 }
 .AnyTagClassName
 {
   color: #c5f375;
 }
</style>
background-color css

<style>
 a { background-color: #c5f375; }

 a { background-color: rgb(197,243,117); }

 div.DivClassName
 {
   background-color: #c5f375;
 }
 .BgClassName
 {
   background-color: #c5f375;
 }
</style>
border-color css

<style>
 span { border-color: #c5f375; }

 span { border-color: rgb(197,243,117); }

 td.TdClassName
 {
   border-color: #c5f375;
 }
 .TagClassName
 {
   border-color: #c5f375;
 }
</style>