Html Css Color HEX #D0ED75 Mindaro

📋 copy color: '#D0ED75'

red 208 ◦ green 237 ◦ blue 117

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

Shades of Mindaro #D0ED75

Tints of Mindaro #D0ED75

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

 BLUE value IS 117 (46.09% from 255) = 20.82%

R = 37.01%
G = 42.17%
B = 20.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D0ED75 (or 0xD0ED75) is known color: Mindaro. HEX triplet: D0, ED and 75. RGB value is (208,237,117). Sum of RGB (Red+Green+Blue) = 208+237+117=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED75 is #2F128A. Grayscale: #D7D7D7. Windows color (decimal): -3084939 or 7728592. OLE color: 7728592.

HSL color Cylindrical-coordinate representation of color #D0ED75: hue angle of 74.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0ED75 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 237 117 -
CMYK 0.12 0 0.51 0.07
HSL 74.5º 0.77% 0.69% -
HSV(B) 74.5º 0.51% 0.93% -
XYZ 59.51 75.26 28.22 -
YUV 214.65 72.89 123.26 -
System Red Green Blue C M Y K H S L
Decimal 208 237 117 0.12 0 0.51 0.07 74.5 0.77 0.69
Hex D0 ED 75 C 0 33 7 4A 4D 45
Octal 320 355 165 14 0 63 7 112 115 105
Binary 11010000 11101101 1110101 1100 0 110011 111 1001010 1001101 1000101

Color Harmonies of #D0ED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED75

Black with #D0ED75

Text Example


Text Example

White with #D0ED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED75; }

 p { color: rgb(208,237,117); }

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

background-color css

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

 a { background-color: rgb(208,237,117); }

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

border-color css

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

 span { border-color: rgb(208,237,117); }

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