#C5F966

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

Shades of Sulu #C5F966

Tints of Sulu #C5F966

Color information

#C5F966 (or 0xC5F966) is unknown color: approx Sulu. HEX triplet: C5, F9 and 66. RGB value is (197,249,102). Sum of RGB (Red+Green+Blue) = 197+249+102=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F966 is #3A0699. Grayscale: #D9D9D9. Windows color (decimal): -3802778 or 6748613. OLE color: 6748613.

HSL color Cylindrical-coordinate representation of color #C5F966: hue angle of 81.22º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5F966 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB197249102-
CMYK0.2100.590.02
HSL81.22º92.45%68.82%-
HSV(B)81.22º59.04%97.65%-
XYZ59.380.5825-
YUV216.6963.27113.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 249 (97.66% from 255) = 45.44%
BLUE value IS 102 (40.23% from 255) = 18.61%
R=35.95%
G=45.44%
B=18.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972491020.2100.590.0281.2292.4568.82
HexC5F9661503B2515c45
Octal305371146250732121134105
Binary1100010111111001110011010101011101110101000110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F966; }

 p { color: rgb(197,249,102); }

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

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

 a { background-color: rgb(197,249,102); }

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

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

 span { border-color: rgb(197,249,102); }

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