#CFF97D

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

Shades of Sulu #CFF97D

Tints of Sulu #CFF97D

Color information

#CFF97D (or 0xCFF97D) is unknown color: approx Sulu. HEX triplet: CF, F9 and 7D. RGB value is (207,249,125). Sum of RGB (Red+Green+Blue) = 207+249+125=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF97D is #300682. Grayscale: #DEDEDE. Windows color (decimal): -3147395 or 8255951. OLE color: 8255951.

HSL color Cylindrical-coordinate representation of color #CFF97D: hue angle of 80.32º 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 #CFF97D is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB207249125-
CMYK0.1700.500.02
HSL80.32º91.18%73.33%-
HSV(B)80.32º49.8%97.65%-
XYZ63.3182.531.99-
YUV222.3173.09117.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 249 (97.66% from 255) = 42.86%
BLUE value IS 125 (49.22% from 255) = 21.51%
R=35.63%
G=42.86%
B=21.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491250.1700.500.0280.3291.1873.33
HexCFF97D110322505b49
Octal317371175210622120133111
Binary1100111111111001111110110001011001010101000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF97D; }

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

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

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

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

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

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

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

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