Html Css Color HEX #CDEE7D Sulu

📋 copy color: '#CDEE7D'

red 205 ◦ green 238 ◦ blue 125

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

Shades of Sulu #CDEE7D

Tints of Sulu #CDEE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 36.09%
G = 41.9%
B = 22.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#CDEE7D (or 0xCDEE7D) is known color: Sulu. HEX triplet: CD, EE and 7D. RGB value is (205,238,125). Sum of RGB (Red+Green+Blue) = 205+238+125=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE7D is #321182. Grayscale: #D7D7D7. Windows color (decimal): -3281283 or 8253133. OLE color: 8253133.

HSL color Cylindrical-coordinate representation of color #CDEE7D: hue angle of 77.52º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDEE7D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 125 -
CMYK 0.14 0 0.47 0.07
HSL 77.52º 0.77% 0.71% -
HSV(B) 77.52º 0.47% 0.93% -
XYZ 59.45 75.61 30.86 -
YUV 215.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 205 238 125 0.14 0 0.47 0.07 77.52 0.77 0.71
Hex CD EE 7D E 0 2F 7 4E 4D 47
Octal 315 356 175 16 0 57 7 116 115 107
Binary 11001101 11101110 1111101 1110 0 101111 111 1001110 1001101 1000111

Color Harmonies of #CDEE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE7D

Black with #CDEE7D

Text Example


Text Example

White with #CDEE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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