Html Css Color HEX #CDE676 Sulu

📋 copy color: '#CDE676'

red 205 ◦ green 230 ◦ blue 118

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

Shades of Sulu #CDE676

Tints of Sulu #CDE676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.34%

R = 37.07%
G = 41.59%
B = 21.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#CDE676 (or 0xCDE676) is known color: Sulu. HEX triplet: CD, E6 and 76. RGB value is (205,230,118). Sum of RGB (Red+Green+Blue) = 205+230+118=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE676 is #321989. Grayscale: #D2D2D2. Windows color (decimal): -3283338 or 7792333. OLE color: 7792333.

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

Color convert

RGB 205 230 118 -
CMYK 0.11 0 0.49 0.10
HSL 73.39º 0.69% 0.68% -
HSV(B) 73.39º 0.49% 0.9% -
XYZ 56.74 70.88 27.83 -
YUV 209.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 205 230 118 0.11 0 0.49 0.10 73.39 0.69 0.68
Hex CD E6 76 B 0 31 A 49 45 44
Octal 315 346 166 13 0 61 12 111 105 104
Binary 11001101 11100110 1110110 1011 0 110001 1010 1001001 1000101 1000100

Color Harmonies of #CDE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE676

Black with #CDE676

Text Example


Text Example

White with #CDE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE676; }

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

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

background-color css

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

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

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

border-color css

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

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

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