Html Css Color HEX #D4E960 Mindaro

📋 copy color: '#D4E960'

red 212 ◦ green 233 ◦ blue 96

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

Shades of Mindaro #D4E960

Tints of Mindaro #D4E960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 39.19%
G = 43.07%
B = 17.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#D4E960 (or 0xD4E960) is known color: Mindaro. HEX triplet: D4, E9 and 60. RGB value is (212,233,96). Sum of RGB (Red+Green+Blue) = 212+233+96=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E960 is #2B169F. Grayscale: #D3D3D3. Windows color (decimal): -2823840 or 6351316. OLE color: 6351316.

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

Color convert

RGB 212 233 96 -
CMYK 0.09 0 0.59 0.09
HSL 69.2º 0.76% 0.65% -
HSV(B) 69.2º 0.59% 0.91% -
XYZ 58.4 73.12 22.1 -
YUV 211.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 212 233 96 0.09 0 0.59 0.09 69.2 0.76 0.65
Hex D4 E9 60 9 0 3B 9 45 4C 41
Octal 324 351 140 11 0 73 11 105 114 101
Binary 11010100 11101001 1100000 1001 0 111011 1001 1000101 1001100 1000001

Color Harmonies of #D4E960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E960

Black with #D4E960

Text Example


Text Example

White with #D4E960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E960; }

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

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

background-color css

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

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

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

border-color css

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

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

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