Html Css Color HEX #CDE690 Sulu

📋 copy color: '#CDE690'

red 205 ◦ green 230 ◦ blue 144

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

Shades of Sulu #CDE690

Tints of Sulu #CDE690

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.72%

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

R = 35.41%
G = 39.72%
B = 24.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#CDE690 (or 0xCDE690) is known color: Sulu. HEX triplet: CD, E6 and 90. RGB value is (205,230,144). Sum of RGB (Red+Green+Blue) = 205+230+144=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE690 is #32196F. Grayscale: #D5D5D5. Windows color (decimal): -3283312 or 9496269. OLE color: 9496269.

HSL color Cylindrical-coordinate representation of color #CDE690: hue angle of 77.44º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDE690 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 144 -
CMYK 0.11 0 0.37 0.10
HSL 77.44º 0.63% 0.73% -
HSV(B) 77.44º 0.37% 0.9% -
XYZ 58.51 71.59 37.12 -
YUV 212.72 89.22 122.49 -
System Red Green Blue C M Y K H S L
Decimal 205 230 144 0.11 0 0.37 0.10 77.44 0.63 0.73
Hex CD E6 90 B 0 25 A 4D 3F 49
Octal 315 346 220 13 0 45 12 115 77 111
Binary 11001101 11100110 10010000 1011 0 100101 1010 1001101 111111 1001001

Color Harmonies of #CDE690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE690

Black with #CDE690

Text Example


Text Example

White with #CDE690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE690; }

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

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

background-color css

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

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

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

border-color css

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

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

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