Html Css Color HEX #D4EB56 Mindaro

📋 copy color: '#D4EB56'

red 212 ◦ green 235 ◦ blue 86

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

Shades of Mindaro #D4EB56

Tints of Mindaro #D4EB56

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 86 (33.98% from 255) = 16.14%

R = 39.77%
G = 44.09%
B = 16.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#D4EB56 (or 0xD4EB56) is known color: Mindaro. HEX triplet: D4, EB and 56. RGB value is (212,235,86). Sum of RGB (Red+Green+Blue) = 212+235+86=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB56 is #2B14A9. Grayscale: #D3D3D3. Windows color (decimal): -2823338 or 5696468. OLE color: 5696468.

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

Color convert

RGB 212 235 86 -
CMYK 0.10 0 0.63 0.08
HSL 69.26º 0.79% 0.63% -
HSV(B) 69.26º 0.63% 0.92% -
XYZ 58.54 74.09 20.02 -
YUV 211.14 57.38 128.62 -
System Red Green Blue C M Y K H S L
Decimal 212 235 86 0.10 0 0.63 0.08 69.26 0.79 0.63
Hex D4 EB 56 A 0 3F 8 45 4F 3F
Octal 324 353 126 12 0 77 10 105 117 77
Binary 11010100 11101011 1010110 1010 0 111111 1000 1000101 1001111 111111

Color Harmonies of #D4EB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EB56

Black with #D4EB56

Text Example


Text Example

White with #D4EB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EB56; }

 p { color: rgb(212,235,86); }

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

background-color css

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

 a { background-color: rgb(212,235,86); }

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

border-color css

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

 span { border-color: rgb(212,235,86); }

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