Html Css Color HEX #D4E970 Mindaro

📋 copy color: '#D4E970'

red 212 ◦ green 233 ◦ blue 112

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

Shades of Mindaro #D4E970

Tints of Mindaro #D4E970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.83%

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 38.06%
G = 41.83%
B = 20.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#D4E970 (or 0xD4E970) is known color: Mindaro. HEX triplet: D4, E9 and 70. RGB value is (212,233,112). Sum of RGB (Red+Green+Blue) = 212+233+112=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E970 is #2B168F. Grayscale: #D5D5D5. Windows color (decimal): -2823824 or 7399892. OLE color: 7399892.

HSL color Cylindrical-coordinate representation of color #D4E970: hue angle of 70.41º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4E970 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 233 112 -
CMYK 0.09 0 0.52 0.09
HSL 70.41º 0.73% 0.68% -
HSV(B) 70.41º 0.52% 0.91% -
XYZ 59.21 73.44 26.38 -
YUV 212.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 212 233 112 0.09 0 0.52 0.09 70.41 0.73 0.68
Hex D4 E9 70 9 0 34 9 46 49 44
Octal 324 351 160 11 0 64 11 106 111 104
Binary 11010100 11101001 1110000 1001 0 110100 1001 1000110 1001001 1000100

Color Harmonies of #D4E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E970

Black with #D4E970

Text Example


Text Example

White with #D4E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E970; }

 p { color: rgb(212,233,112); }

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

background-color css

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

 a { background-color: rgb(212,233,112); }

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

border-color css

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

 span { border-color: rgb(212,233,112); }

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