Html Css Color HEX #CDE190 Sulu

📋 copy color: '#CDE190'

red 205 ◦ green 225 ◦ blue 144

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

Shades of Sulu #CDE190

Tints of Sulu #CDE190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.09%

R = 35.71%
G = 39.2%
B = 25.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#CDE190 (or 0xCDE190) is known color: Sulu. HEX triplet: CD, E1 and 90. RGB value is (205,225,144). Sum of RGB (Red+Green+Blue) = 205+225+144=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE190 is #321E6F. Grayscale: #D2D2D2. Windows color (decimal): -3284592 or 9494989. OLE color: 9494989.

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

Color convert

RGB 205 225 144 -
CMYK 0.09 0 0.36 0.12
HSL 74.81º 0.57% 0.72% -
HSV(B) 74.81º 0.36% 0.88% -
XYZ 57.14 68.84 36.66 -
YUV 209.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 205 225 144 0.09 0 0.36 0.12 74.81 0.57 0.72
Hex CD E1 90 9 0 24 C 4B 39 48
Octal 315 341 220 11 0 44 14 113 71 110
Binary 11001101 11100001 10010000 1001 0 100100 1100 1001011 111001 1001000

Color Harmonies of #CDE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE190

Black with #CDE190

Text Example


Text Example

White with #CDE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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