Html Css Color HEX #D0EA64 Mindaro

📋 copy color: '#D0EA64'

red 208 ◦ green 234 ◦ blue 100

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

Shades of Mindaro #D0EA64

Tints of Mindaro #D0EA64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.45%

R = 38.38%
G = 43.17%
B = 18.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#D0EA64 (or 0xD0EA64) is known color: Mindaro. HEX triplet: D0, EA and 64. RGB value is (208,234,100). Sum of RGB (Red+Green+Blue) = 208+234+100=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 100 (39.45% from 255 or 18.45% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0EA64 is #2F159B. Grayscale: #D3D3D3. Windows color (decimal): -3085724 or 6613712. OLE color: 6613712.

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

Color convert

RGB 208 234 100 -
CMYK 0.11 0 0.57 0.08
HSL 71.64º 0.76% 0.65% -
HSV(B) 71.64º 0.57% 0.92% -
XYZ 57.74 73.18 23.14 -
YUV 210.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 208 234 100 0.11 0 0.57 0.08 71.64 0.76 0.65
Hex D0 EA 64 B 0 39 8 48 4C 41
Octal 320 352 144 13 0 71 10 110 114 101
Binary 11010000 11101010 1100100 1011 0 111001 1000 1001000 1001100 1000001

Color Harmonies of #D0EA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EA64

Black with #D0EA64

Text Example


Text Example

White with #D0EA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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