#CFED85

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

Shades of Sulu #CFED85

Tints of Sulu #CFED85

Color information

#CFED85 (or 0xCFED85) is unknown color: approx Sulu. HEX triplet: CF, ED and 85. RGB value is (207,237,133). Sum of RGB (Red+Green+Blue) = 207+237+133=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED85 is #30127A. Grayscale: #D8D8D8. Windows color (decimal): -3150459 or 8777167. OLE color: 8777167.

HSL color Cylindrical-coordinate representation of color #CFED85: hue angle of 77.31º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFED85 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB207237133-
CMYK0.1300.440.07
HSL77.31º74.29%72.55%-
HSV(B)77.31º43.88%92.94%-
XYZ60.2575.5333.59-
YUV216.1781.06121.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=35.88%
G=41.07%
B=23.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371330.1300.440.0777.3174.2972.55
HexCFED85D02C74d4a49
Octal317355205150547115112111
Binary11001111111011011000010111010101100111100110110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED85; }

 p { color: rgb(207,237,133); }

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

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

 a { background-color: rgb(207,237,133); }

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

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

 span { border-color: rgb(207,237,133); }

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