#C2F97D

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

Shades of Sulu #C2F97D

Tints of Sulu #C2F97D

Color information

#C2F97D (or 0xC2F97D) is unknown color: approx Sulu. HEX triplet: C2, F9 and 7D. RGB value is (194,249,125). Sum of RGB (Red+Green+Blue) = 194+249+125=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97D is #3D0682. Grayscale: #DADADA. Windows color (decimal): -3999363 or 8255938. OLE color: 8255938.

HSL color Cylindrical-coordinate representation of color #C2F97D: hue angle of 86.61º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2F97D is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB194249125-
CMYK0.2200.500.02
HSL86.61º91.18%73.33%-
HSV(B)86.61º49.8%97.65%-
XYZ59.8380.731.83-
YUV218.4275.28110.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.15%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=34.15%
G=43.84%
B=22.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1942491250.2200.500.0286.6191.1873.33
HexC2F97D160322575b49
Octal302371175260622127133111
Binary1100001011111001111110110110011001010101011110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F97D; }

 p { color: rgb(194,249,125); }

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

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

 a { background-color: rgb(194,249,125); }

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

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

 span { border-color: rgb(194,249,125); }

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