Html Css Color HEX #D4E965 Mindaro

📋 copy color: '#D4E965'

red 212 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #D4E965

Tints of Mindaro #D4E965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.5%

R = 38.83%
G = 42.67%
B = 18.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#D4E965 (or 0xD4E965) is known color: Mindaro. HEX triplet: D4, E9 and 65. RGB value is (212,233,101). Sum of RGB (Red+Green+Blue) = 212+233+101=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E965 is #2B169A. Grayscale: #D4D4D4. Windows color (decimal): -2823835 or 6678996. OLE color: 6678996.

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

Color convert

RGB 212 233 101 -
CMYK 0.09 0 0.57 0.09
HSL 69.55º 0.75% 0.65% -
HSV(B) 69.55º 0.57% 0.91% -
XYZ 58.64 73.21 23.35 -
YUV 211.67 65.54 128.23 -
System Red Green Blue C M Y K H S L
Decimal 212 233 101 0.09 0 0.57 0.09 69.55 0.75 0.65
Hex D4 E9 65 9 0 39 9 46 4B 41
Octal 324 351 145 11 0 71 11 106 113 101
Binary 11010100 11101001 1100101 1001 0 111001 1001 1000110 1001011 1000001

Color Harmonies of #D4E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E965

Black with #D4E965

Text Example


Text Example

White with #D4E965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E965; }

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

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

background-color css

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

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

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

border-color css

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

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

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