Html Css Color HEX #CDE57D Sulu

📋 copy color: '#CDE57D'

red 205 ◦ green 229 ◦ blue 125

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

Shades of Sulu #CDE57D

Tints of Sulu #CDE57D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.97%

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

R = 36.67%
G = 40.97%
B = 22.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#CDE57D (or 0xCDE57D) is known color: Sulu. HEX triplet: CD, E5 and 7D. RGB value is (205,229,125). Sum of RGB (Red+Green+Blue) = 205+229+125=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE57D is #321A82. Grayscale: #D2D2D2. Windows color (decimal): -3283587 or 8250829. OLE color: 8250829.

HSL color Cylindrical-coordinate representation of color #CDE57D: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDE57D is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 125 -
CMYK 0.10 0 0.45 0.10
HSL 73.85º 0.67% 0.69% -
HSV(B) 73.85º 0.45% 0.9% -
XYZ 56.9 70.5 30.01 -
YUV 209.97 80.05 124.46 -
System Red Green Blue C M Y K H S L
Decimal 205 229 125 0.10 0 0.45 0.10 73.85 0.67 0.69
Hex CD E5 7D A 0 2D A 4A 43 45
Octal 315 345 175 12 0 55 12 112 103 105
Binary 11001101 11100101 1111101 1010 0 101101 1010 1001010 1000011 1000101

Color Harmonies of #CDE57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE57D

Black with #CDE57D

Text Example


Text Example

White with #CDE57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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