Html Css Color HEX #D0F863 Mindaro

📋 copy color: '#D0F863'

red 208 ◦ green 248 ◦ blue 99

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

Shades of Mindaro #D0F863

Tints of Mindaro #D0F863

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

 BLUE value IS 99 (39.06% from 255) = 17.84%

R = 37.48%
G = 44.68%
B = 17.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#D0F863 (or 0xD0F863) is known color: Mindaro. HEX triplet: D0, F8 and 63. RGB value is (208,248,99). Sum of RGB (Red+Green+Blue) = 208+248+99=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 99 (39.06% from 255 or 17.84% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F863 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F863 is #2F079C. Grayscale: #DBDBDB. Windows color (decimal): -3082141 or 6551760. OLE color: 6551760.

HSL color Cylindrical-coordinate representation of color #D0F863: hue angle of 76.11º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0F863 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 99 -
CMYK 0.16 0 0.60 0.03
HSL 76.11º 0.91% 0.68% -
HSV(B) 76.11º 0.6% 0.97% -
XYZ 61.83 81.45 24.27 -
YUV 219.05 60.25 120.12 -
System Red Green Blue C M Y K H S L
Decimal 208 248 99 0.16 0 0.60 0.03 76.11 0.91 0.68
Hex D0 F8 63 10 0 3C 3 4C 5B 44
Octal 320 370 143 20 0 74 3 114 133 104
Binary 11010000 11111000 1100011 10000 0 111100 11 1001100 1011011 1000100

Color Harmonies of #D0F863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F863

Black with #D0F863

Text Example


Text Example

White with #D0F863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F863; }

 p { color: rgb(208,248,99); }

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

background-color css

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

 a { background-color: rgb(208,248,99); }

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

border-color css

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

 span { border-color: rgb(208,248,99); }

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