Html Css Color HEX #D0F963 Mindaro

📋 copy color: '#D0F963'

red 208 ◦ green 249 ◦ blue 99

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

Shades of Mindaro #D0F963

Tints of Mindaro #D0F963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.78%

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

R = 37.41%
G = 44.78%
B = 17.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D0F963 (or 0xD0F963) is known color: Mindaro. HEX triplet: D0, F9 and 63. RGB value is (208,249,99). Sum of RGB (Red+Green+Blue) = 208+249+99=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F963 is #2F069C. Grayscale: #DCDCDC. Windows color (decimal): -3081885 or 6552016. OLE color: 6552016.

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

Color convert

RGB 208 249 99 -
CMYK 0.16 0 0.60 0.02
HSL 76.4º 0.93% 0.68% -
HSV(B) 76.4º 0.6% 0.98% -
XYZ 62.14 82.06 24.37 -
YUV 219.64 59.92 119.7 -
System Red Green Blue C M Y K H S L
Decimal 208 249 99 0.16 0 0.60 0.02 76.4 0.93 0.68
Hex D0 F9 63 10 0 3C 2 4C 5D 44
Octal 320 371 143 20 0 74 2 114 135 104
Binary 11010000 11111001 1100011 10000 0 111100 10 1001100 1011101 1000100

Color Harmonies of #D0F963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F963

Black with #D0F963

Text Example


Text Example

White with #D0F963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F963; }

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

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

background-color css

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

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

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

border-color css

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

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

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