#CFED8D

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

Shades of Sulu #CFED8D

Tints of Sulu #CFED8D

Color information

#CFED8D (or 0xCFED8D) is unknown color: approx Sulu. HEX triplet: CF, ED and 8D. RGB value is (207,237,141). Sum of RGB (Red+Green+Blue) = 207+237+141=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED8D is #301272. Grayscale: #D9D9D9. Windows color (decimal): -3150451 or 9301455. OLE color: 9301455.

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

Color convert

RGB207237141-
CMYK0.1300.410.07
HSL78.75º72.73%74.12%-
HSV(B)78.75º40.51%92.94%-
XYZ60.8275.7636.62-
YUV217.0985.06120.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 141 (55.47% from 255) = 24.10%
R=35.38%
G=40.51%
B=24.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371410.1300.410.0778.7572.7374.12
HexCFED8DD02974f494a
Octal317355215150517117111112
Binary11001111111011011000110111010101001111100111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED8D; }

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

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

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

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

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

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

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

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