#C5F269

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

Shades of Sulu #C5F269

Tints of Sulu #C5F269

Color information

#C5F269 (or 0xC5F269) is unknown color: approx Sulu. HEX triplet: C5, F2 and 69. RGB value is (197,242,105). Sum of RGB (Red+Green+Blue) = 197+242+105=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F269 is #3A0D96. Grayscale: #D5D5D5. Windows color (decimal): -3804567 or 6943429. OLE color: 6943429.

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

Color convert

RGB197242105-
CMYK0.1900.570.05
HSL79.71º84.05%68.04%-
HSV(B)79.71º56.61%94.9%-
XYZ57.3376.3925.09-
YUV212.9367.09116.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=36.21%
G=44.49%
B=19.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972421050.1900.570.0579.7184.0568.04
HexC5F269130395505444
Octal305362151230715120124104
Binary11000101111100101101001100110111001101101000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F269; }

 p { color: rgb(197,242,105); }

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

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

 a { background-color: rgb(197,242,105); }

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

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

 span { border-color: rgb(197,242,105); }

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