Html Css Color HEX #D4E75A Mindaro

📋 copy color: '#D4E75A'

red 212 ◦ green 231 ◦ blue 90

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

Shades of Mindaro #D4E75A

Tints of Mindaro #D4E75A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.34%

 BLUE value IS 90 (35.55% from 255) = 16.89%

R = 39.77%
G = 43.34%
B = 16.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D4E75A (or 0xD4E75A) is known color: Mindaro. HEX triplet: D4, E7 and 5A. RGB value is (212,231,90). Sum of RGB (Red+Green+Blue) = 212+231+90=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E75A is #2B18A5. Grayscale: #D1D1D1. Windows color (decimal): -2824358 or 5957588. OLE color: 5957588.

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

Color convert

RGB 212 231 90 -
CMYK 0.08 0 0.61 0.09
HSL 68.09º 0.75% 0.63% -
HSV(B) 68.09º 0.61% 0.91% -
XYZ 57.57 71.89 20.51 -
YUV 209.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 212 231 90 0.08 0 0.61 0.09 68.09 0.75 0.63
Hex D4 E7 5A 8 0 3D 9 44 4B 3F
Octal 324 347 132 10 0 75 11 104 113 77
Binary 11010100 11100111 1011010 1000 0 111101 1001 1000100 1001011 111111

Color Harmonies of #D4E75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E75A

Black with #D4E75A

Text Example


Text Example

White with #D4E75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E75A; }

 p { color: rgb(212,231,90); }

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

background-color css

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

 a { background-color: rgb(212,231,90); }

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

border-color css

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

 span { border-color: rgb(212,231,90); }

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