Html Css Color HEX #D0ED54 Mindaro

📋 copy color: '#D0ED54'

red 208 ◦ green 237 ◦ blue 84

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

Shades of Mindaro #D0ED54

Tints of Mindaro #D0ED54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.88%

R = 39.32%
G = 44.8%
B = 15.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#D0ED54 (or 0xD0ED54) is known color: Mindaro. HEX triplet: D0, ED and 54. RGB value is (208,237,84). Sum of RGB (Red+Green+Blue) = 208+237+84=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #D0ED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0ED54 is #2F12AB. Grayscale: #D3D3D3. Windows color (decimal): -3084972 or 5565904. OLE color: 5565904.

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

Color convert

RGB 208 237 84 -
CMYK 0.12 0 0.65 0.07
HSL 71.37º 0.81% 0.63% -
HSV(B) 71.37º 0.65% 0.93% -
XYZ 57.9 74.62 19.74 -
YUV 210.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 208 237 84 0.12 0 0.65 0.07 71.37 0.81 0.63
Hex D0 ED 54 C 0 41 7 47 51 3F
Octal 320 355 124 14 0 101 7 107 121 77
Binary 11010000 11101101 1010100 1100 0 1000001 111 1000111 1010001 111111

Color Harmonies of #D0ED54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ED54

Black with #D0ED54

Text Example


Text Example

White with #D0ED54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ED54; }

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

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

background-color css

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

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

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

border-color css

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

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

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