Html Css Color HEX #CDE478 Sulu

📋 copy color: '#CDE478'

red 205 ◦ green 228 ◦ blue 120

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

Shades of Sulu #CDE478

Tints of Sulu #CDE478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.7%

R = 37.07%
G = 41.23%
B = 21.7%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#CDE478 (or 0xCDE478) is known color: Sulu. HEX triplet: CD, E4 and 78. RGB value is (205,228,120). Sum of RGB (Red+Green+Blue) = 205+228+120=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE478 is #321B87. Grayscale: #D1D1D1. Windows color (decimal): -3283848 or 7922893. OLE color: 7922893.

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

Color convert

RGB 205 228 120 -
CMYK 0.10 0 0.47 0.11
HSL 72.78º 0.67% 0.68% -
HSV(B) 72.78º 0.47% 0.89% -
XYZ 56.31 69.82 28.28 -
YUV 208.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 205 228 120 0.10 0 0.47 0.11 72.78 0.67 0.68
Hex CD E4 78 A 0 2F B 49 43 44
Octal 315 344 170 12 0 57 13 111 103 104
Binary 11001101 11100100 1111000 1010 0 101111 1011 1001001 1000011 1000100

Color Harmonies of #CDE478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE478

Black with #CDE478

Text Example


Text Example

White with #CDE478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE478; }

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

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

background-color css

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

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

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

border-color css

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

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

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