Html Css Color HEX #CDE480 Sulu

📋 copy color: '#CDE480'

red 205 ◦ green 228 ◦ blue 128

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

Shades of Sulu #CDE480

Tints of Sulu #CDE480

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.64%

 BLUE value IS 128 (50.39% from 255) = 22.82%

R = 36.54%
G = 40.64%
B = 22.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#CDE480 (or 0xCDE480) is known color: Sulu. HEX triplet: CD, E4 and 80. RGB value is (205,228,128). Sum of RGB (Red+Green+Blue) = 205+228+128=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 228 (89.45% from 255 or 40.64% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE480 is #321B7F. Grayscale: #D2D2D2. Windows color (decimal): -3283840 or 8447181. OLE color: 8447181.

HSL color Cylindrical-coordinate representation of color #CDE480: hue angle of 73.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDE480 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 128 -
CMYK 0.10 0 0.44 0.11
HSL 73.8º 0.65% 0.7% -
HSV(B) 73.8º 0.44% 0.89% -
XYZ 56.82 70.02 30.94 -
YUV 209.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 205 228 128 0.10 0 0.44 0.11 73.8 0.65 0.7
Hex CD E4 80 A 0 2C B 4A 41 46
Octal 315 344 200 12 0 54 13 112 101 106
Binary 11001101 11100100 10000000 1010 0 101100 1011 1001010 1000001 1000110

Color Harmonies of #CDE480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE480

Black with #CDE480

Text Example


Text Example

White with #CDE480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE480; }

 p { color: rgb(205,228,128); }

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

background-color css

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

 a { background-color: rgb(205,228,128); }

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

border-color css

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

 span { border-color: rgb(205,228,128); }

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