Html Css Color HEX #CDE18C Sulu

📋 copy color: '#CDE18C'

red 205 ◦ green 225 ◦ blue 140

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

Shades of Sulu #CDE18C

Tints of Sulu #CDE18C

RGB

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

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

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

R = 35.96%
G = 39.47%
B = 24.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#CDE18C (or 0xCDE18C) is known color: Sulu. HEX triplet: CD, E1 and 8C. RGB value is (205,225,140). Sum of RGB (Red+Green+Blue) = 205+225+140=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE18C is #321E73. Grayscale: #D1D1D1. Windows color (decimal): -3284596 or 9232845. OLE color: 9232845.

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

Color convert

RGB 205 225 140 -
CMYK 0.09 0 0.38 0.12
HSL 74.12º 0.59% 0.72% -
HSV(B) 74.12º 0.38% 0.88% -
XYZ 56.84 68.72 35.08 -
YUV 209.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 205 225 140 0.09 0 0.38 0.12 74.12 0.59 0.72
Hex CD E1 8C 9 0 26 C 4A 3B 48
Octal 315 341 214 11 0 46 14 112 73 110
Binary 11001101 11100001 10001100 1001 0 100110 1100 1001010 111011 1001000

Color Harmonies of #CDE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE18C

Black with #CDE18C

Text Example


Text Example

White with #CDE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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