Html Css Color HEX #D0E360 Mindaro

📋 copy color: '#D0E360'

red 208 ◦ green 227 ◦ blue 96

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

Shades of Mindaro #D0E360

Tints of Mindaro #D0E360

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.75%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 39.17%
G = 42.75%
B = 18.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#D0E360 (or 0xD0E360) is known color: Mindaro. HEX triplet: D0, E3 and 60. RGB value is (208,227,96). Sum of RGB (Red+Green+Blue) = 208+227+96=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E360 is #2F1C9F. Grayscale: #CECECE. Windows color (decimal): -3087520 or 6349776. OLE color: 6349776.

HSL color Cylindrical-coordinate representation of color #D0E360: hue angle of 68.7º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0E360 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 96 -
CMYK 0.08 0 0.58 0.11
HSL 68.7º 0.7% 0.63% -
HSV(B) 68.7º 0.58% 0.89% -
XYZ 55.59 69.19 21.49 -
YUV 206.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 208 227 96 0.08 0 0.58 0.11 68.7 0.7 0.63
Hex D0 E3 60 8 0 3A B 45 46 3F
Octal 320 343 140 10 0 72 13 105 106 77
Binary 11010000 11100011 1100000 1000 0 111010 1011 1000101 1000110 111111

Color Harmonies of #D0E360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E360

Black with #D0E360

Text Example


Text Example

White with #D0E360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E360; }

 p { color: rgb(208,227,96); }

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

background-color css

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

 a { background-color: rgb(208,227,96); }

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

border-color css

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

 span { border-color: rgb(208,227,96); }

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