#CDEF8E

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

Shades of Sulu #CDEF8E

Tints of Sulu #CDEF8E

Color information

#CDEF8E (or 0xCDEF8E) is unknown color: approx Sulu. HEX triplet: CD, EF and 8E. RGB value is (205,239,142). Sum of RGB (Red+Green+Blue) = 205+239+142=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF8E is #321071. Grayscale: #DADADA. Windows color (decimal): -3281010 or 9367501. OLE color: 9367501.

HSL color Cylindrical-coordinate representation of color #CDEF8E: hue angle of 81.03º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDEF8E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB205239142-
CMYK0.1400.410.06
HSL81.03º75.19%74.71%-
HSV(B)81.03º40.59%93.73%-
XYZ60.9376.6737.18-
YUV217.7885.24118.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.98%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=34.98%
G=40.78%
B=24.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391420.1400.410.0681.0375.1974.71
HexCDEF8EE0296514b4b
Octal315357216160516121113113
Binary11001101111011111000111011100101001110101000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEF8E; }

 p { color: rgb(205,239,142); }

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

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

 a { background-color: rgb(205,239,142); }

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

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

 span { border-color: rgb(205,239,142); }

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