#CFFA78

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

Shades of Sulu #CFFA78

Tints of Sulu #CFFA78

Color information

#CFFA78 (or 0xCFFA78) is unknown color: approx Sulu. HEX triplet: CF, FA and 78. RGB value is (207,250,120). Sum of RGB (Red+Green+Blue) = 207+250+120=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFA78 is #300587. Grayscale: #DEDEDE. Windows color (decimal): -3147144 or 7928527. OLE color: 7928527.

HSL color Cylindrical-coordinate representation of color #CFFA78: hue angle of 79.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFFA78 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB207250120-
CMYK0.1700.520.02
HSL79.85º92.86%72.55%-
HSV(B)79.85º52%98.04%-
XYZ63.3182.9930.45-
YUV222.3270.25117.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 120 (47.27% from 255) = 20.80%
R=35.88%
G=43.33%
B=20.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501200.1700.520.0279.8592.8672.55
HexCFFA78110342505d49
Octal317372170210642120135111
Binary1100111111111010111100010001011010010101000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA78; }

 p { color: rgb(207,250,120); }

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

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

 a { background-color: rgb(207,250,120); }

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

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

 span { border-color: rgb(207,250,120); }

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