Html Css Color HEX #CDE18D Sulu

📋 copy color: '#CDE18D'

red 205 ◦ green 225 ◦ blue 141

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

Shades of Sulu #CDE18D

Tints of Sulu #CDE18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.4%

 BLUE value IS 141 (55.47% from 255) = 24.69%

R = 35.9%
G = 39.4%
B = 24.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#CDE18D (or 0xCDE18D) is known color: Sulu. HEX triplet: CD, E1 and 8D. RGB value is (205,225,141). Sum of RGB (Red+Green+Blue) = 205+225+141=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18D is #321E72. Grayscale: #D1D1D1. Windows color (decimal): -3284595 or 9298381. OLE color: 9298381.

HSL color Cylindrical-coordinate representation of color #CDE18D: hue angle of 74.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE18D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 141 -
CMYK 0.09 0 0.37 0.12
HSL 74.29º 0.58% 0.72% -
HSV(B) 74.29º 0.37% 0.88% -
XYZ 56.91 68.75 35.47 -
YUV 209.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 205 225 141 0.09 0 0.37 0.12 74.29 0.58 0.72
Hex CD E1 8D 9 0 25 C 4A 3A 48
Octal 315 341 215 11 0 45 14 112 72 110
Binary 11001101 11100001 10001101 1001 0 100101 1100 1001010 111010 1001000

Color Harmonies of #CDE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE18D

Black with #CDE18D

Text Example


Text Example

White with #CDE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE18D; }

 p { color: rgb(205,225,141); }

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

background-color css

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

 a { background-color: rgb(205,225,141); }

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

border-color css

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

 span { border-color: rgb(205,225,141); }

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