Html Css Color HEX #D4E65A Mindaro

📋 copy color: '#D4E65A'

red 212 ◦ green 230 ◦ blue 90

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

Shades of Mindaro #D4E65A

Tints of Mindaro #D4E65A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.23%

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

R = 39.85%
G = 43.23%
B = 16.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#D4E65A (or 0xD4E65A) is known color: Mindaro. HEX triplet: D4, E6 and 5A. RGB value is (212,230,90). Sum of RGB (Red+Green+Blue) = 212+230+90=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E65A is #2B19A5. Grayscale: #D1D1D1. Windows color (decimal): -2824614 or 5957332. OLE color: 5957332.

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

Color convert

RGB 212 230 90 -
CMYK 0.08 0 0.61 0.10
HSL 67.71º 0.74% 0.63% -
HSV(B) 67.71º 0.61% 0.9% -
XYZ 57.29 71.33 20.42 -
YUV 208.66 61.04 130.38 -
System Red Green Blue C M Y K H S L
Decimal 212 230 90 0.08 0 0.61 0.10 67.71 0.74 0.63
Hex D4 E6 5A 8 0 3D A 44 4A 3F
Octal 324 346 132 10 0 75 12 104 112 77
Binary 11010100 11100110 1011010 1000 0 111101 1010 1000100 1001010 111111

Color Harmonies of #D4E65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E65A

Black with #D4E65A

Text Example


Text Example

White with #D4E65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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