Html Css Color HEX #D0E05E Mindaro

📋 copy color: '#D0E05E'

red 208 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #D0E05E

Tints of Mindaro #D0E05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.87%

R = 39.54%
G = 42.59%
B = 17.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D0E05E (or 0xD0E05E) is known color: Mindaro. HEX triplet: D0, E0 and 5E. RGB value is (208,224,94). Sum of RGB (Red+Green+Blue) = 208+224+94=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E05E is #2F1FA1. Grayscale: #CCCCCC. Windows color (decimal): -3088290 or 6217936. OLE color: 6217936.

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

Color convert

RGB 208 224 94 -
CMYK 0.07 0 0.58 0.12
HSL 67.38º 0.68% 0.62% -
HSV(B) 67.38º 0.58% 0.88% -
XYZ 54.69 67.53 20.74 -
YUV 204.4 65.7 130.57 -
System Red Green Blue C M Y K H S L
Decimal 208 224 94 0.07 0 0.58 0.12 67.38 0.68 0.62
Hex D0 E0 5E 7 0 3A C 43 44 3E
Octal 320 340 136 7 0 72 14 103 104 76
Binary 11010000 11100000 1011110 111 0 111010 1100 1000011 1000100 111110

Color Harmonies of #D0E05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E05E

Black with #D0E05E

Text Example


Text Example

White with #D0E05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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