Html Css Color HEX #D0F763 Mindaro

📋 copy color: '#D0F763'

red 208 ◦ green 247 ◦ blue 99

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

Shades of Mindaro #D0F763

Tints of Mindaro #D0F763

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.58%

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

R = 37.55%
G = 44.58%
B = 17.87%

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

#D0F763 (or 0xD0F763) is known color: Mindaro. HEX triplet: D0, F7 and 63. RGB value is (208,247,99). Sum of RGB (Red+Green+Blue) = 208+247+99=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F763 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F763 is #2F089C. Grayscale: #DBDBDB. Windows color (decimal): -3082397 or 6551504. OLE color: 6551504.

HSL color Cylindrical-coordinate representation of color #D0F763: hue angle of 75.81º degrees, saturation: 0.9, 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 #D0F763 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 99 -
CMYK 0.16 0 0.60 0.03
HSL 75.81º 0.9% 0.68% -
HSV(B) 75.81º 0.6% 0.97% -
XYZ 61.53 80.83 24.16 -
YUV 218.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 208 247 99 0.16 0 0.60 0.03 75.81 0.9 0.68
Hex D0 F7 63 10 0 3C 3 4C 5A 44
Octal 320 367 143 20 0 74 3 114 132 104
Binary 11010000 11110111 1100011 10000 0 111100 11 1001100 1011010 1000100

Color Harmonies of #D0F763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F763

Black with #D0F763

Text Example


Text Example

White with #D0F763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F763; }

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

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

background-color css

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

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

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

border-color css

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

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

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