Html Css Color HEX #CDEE8C Sulu

📋 copy color: '#CDEE8C'

red 205 ◦ green 238 ◦ blue 140

#CDEE8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CDEE8C

Tints of Sulu #CDEE8C

RGB

 RED value IS 205 (80.47% from 255) = 35.16%

 GREEN value IS 238 (93.36% from 255) = 40.82%

 BLUE value IS 140 (55.08% from 255) = 24.01%

R = 35.16%
G = 40.82%
B = 24.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#CDEE8C (or 0xCDEE8C) is known color: Sulu. HEX triplet: CD, EE and 8C. RGB value is (205,238,140). Sum of RGB (Red+Green+Blue) = 205+238+140=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEE8C is #321173. Grayscale: #D9D9D9. Windows color (decimal): -3281268 or 9236173. OLE color: 9236173.

HSL color Cylindrical-coordinate representation of color #CDEE8C: hue angle of 80.2º degrees, saturation: 0.74, 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 #CDEE8C is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 140 -
CMYK 0.14 0 0.41 0.07
HSL 80.2º 0.74% 0.74% -
HSV(B) 80.2º 0.41% 0.93% -
XYZ 60.48 76.02 36.3 -
YUV 216.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 205 238 140 0.14 0 0.41 0.07 80.2 0.74 0.74
Hex CD EE 8C E 0 29 7 50 4A 4A
Octal 315 356 214 16 0 51 7 120 112 112
Binary 11001101 11101110 10001100 1110 0 101001 111 1010000 1001010 1001010

Color Harmonies of #CDEE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE8C

Black with #CDEE8C

Text Example


Text Example

White with #CDEE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE8C; }

 p { color: rgb(205,238,140); }

 H1.HeaderClassName
 {
   color: #CDEE8C;
 }
 .AnyTagClassName
 {
   color: #CDEE8C;
 }
</style>

background-color css

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

 a { background-color: rgb(205,238,140); }

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

border-color css

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

 span { border-color: rgb(205,238,140); }

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