Html Css Color HEX #D0E064 Mindaro

📋 copy color: '#D0E064'

red 208 ◦ green 224 ◦ blue 100

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

Shades of Mindaro #D0E064

Tints of Mindaro #D0E064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

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

R = 39.1%
G = 42.11%
B = 18.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#D0E064 (or 0xD0E064) is known color: Mindaro. HEX triplet: D0, E0 and 64. RGB value is (208,224,100). Sum of RGB (Red+Green+Blue) = 208+224+100=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E064 is #2F1F9B. Grayscale: #CDCDCD. Windows color (decimal): -3088284 or 6611152. OLE color: 6611152.

HSL color Cylindrical-coordinate representation of color #D0E064: hue angle of 67.74º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0E064 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 224 100 -
CMYK 0.07 0 0.55 0.12
HSL 67.74º 0.67% 0.64% -
HSV(B) 67.74º 0.55% 0.88% -
XYZ 54.97 67.64 22.22 -
YUV 205.08 68.7 130.08 -
System Red Green Blue C M Y K H S L
Decimal 208 224 100 0.07 0 0.55 0.12 67.74 0.67 0.64
Hex D0 E0 64 7 0 37 C 44 43 40
Octal 320 340 144 7 0 67 14 104 103 100
Binary 11010000 11100000 1100100 111 0 110111 1100 1000100 1000011 1000000

Color Harmonies of #D0E064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E064

Black with #D0E064

Text Example


Text Example

White with #D0E064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E064; }

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

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

background-color css

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

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

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

border-color css

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

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

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