Html Css Color HEX #D0EA51 Mindaro

📋 copy color: '#D0EA51'

red 208 ◦ green 234 ◦ blue 81

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

Shades of Mindaro #D0EA51

Tints of Mindaro #D0EA51

RGB

 RED value IS 208 (81.64% from 255) = 39.77%

 GREEN value IS 234 (91.8% from 255) = 44.74%

 BLUE value IS 81 (32.03% from 255) = 15.49%

R = 39.77%
G = 44.74%
B = 15.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#D0EA51 (or 0xD0EA51) is known color: Mindaro. HEX triplet: D0, EA and 51. RGB value is (208,234,81). Sum of RGB (Red+Green+Blue) = 208+234+81=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA51 is #2F15AE. Grayscale: #D1D1D1. Windows color (decimal): -3085743 or 5368528. OLE color: 5368528.

HSL color Cylindrical-coordinate representation of color #D0EA51: hue angle of 70.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0EA51 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 234 81 -
CMYK 0.11 0 0.65 0.08
HSL 70.2º 0.78% 0.62% -
HSV(B) 70.2º 0.65% 0.92% -
XYZ 56.92 72.85 18.85 -
YUV 208.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 208 234 81 0.11 0 0.65 0.08 70.2 0.78 0.62
Hex D0 EA 51 B 0 41 8 46 4E 3E
Octal 320 352 121 13 0 101 10 106 116 76
Binary 11010000 11101010 1010001 1011 0 1000001 1000 1000110 1001110 111110

Color Harmonies of #D0EA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA51

Black with #D0EA51

Text Example


Text Example

White with #D0EA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA51; }

 p { color: rgb(208,234,81); }

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

background-color css

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

 a { background-color: rgb(208,234,81); }

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

border-color css

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

 span { border-color: rgb(208,234,81); }

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