Html Css Color HEX #D4E082 Deco

📋 copy color: '#D4E082'

red 212 ◦ green 224 ◦ blue 130

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

Shades of Deco #D4E082

Tints of Deco #D4E082

RGB

 RED value IS 212 (83.2% from 255) = 37.46%

 GREEN value IS 224 (87.89% from 255) = 39.58%

 BLUE value IS 130 (51.17% from 255) = 22.97%

R = 37.46%
G = 39.58%
B = 22.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#D4E082 (or 0xD4E082) is known color: Deco. HEX triplet: D4, E0 and 82. RGB value is (212,224,130). Sum of RGB (Red+Green+Blue) = 212+224+130=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E082 is #2B1F7D. Grayscale: #D2D2D2. Windows color (decimal): -2826110 or 8577236. OLE color: 8577236.

HSL color Cylindrical-coordinate representation of color #D4E082: hue angle of 67.66º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4E082 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 130 -
CMYK 0.05 0 0.42 0.12
HSL 67.66º 0.6% 0.69% -
HSV(B) 67.66º 0.42% 0.88% -
XYZ 57.84 68.92 31.37 -
YUV 209.7 83.02 129.64 -
System Red Green Blue C M Y K H S L
Decimal 212 224 130 0.05 0 0.42 0.12 67.66 0.6 0.69
Hex D4 E0 82 5 0 2A C 44 3C 45
Octal 324 340 202 5 0 52 14 104 74 105
Binary 11010100 11100000 10000010 101 0 101010 1100 1000100 111100 1000101

Color Harmonies of #D4E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E082

Black with #D4E082

Text Example


Text Example

White with #D4E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E082; }

 p { color: rgb(212,224,130); }

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

background-color css

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

 a { background-color: rgb(212,224,130); }

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

border-color css

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

 span { border-color: rgb(212,224,130); }

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