Html Css Color HEX #D8FC75 Mindaro

📋 copy color: '#D8FC75'

red 216 ◦ green 252 ◦ blue 117

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

Shades of Mindaro #D8FC75

Tints of Mindaro #D8FC75

RGB

 RED value IS 216 (84.77% from 255) = 36.92%

 GREEN value IS 252 (98.83% from 255) = 43.08%

 BLUE value IS 117 (46.09% from 255) = 20%

R = 36.92%
G = 43.08%
B = 20%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#D8FC75 (or 0xD8FC75) is known color: Mindaro. HEX triplet: D8, FC and 75. RGB value is (216,252,117). Sum of RGB (Red+Green+Blue) = 216+252+117=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 117 (46.09% from 255 or 20% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8FC75 is #27038A. Grayscale: #E2E2E2. Windows color (decimal): -2556811 or 7732440. OLE color: 7732440.

HSL color Cylindrical-coordinate representation of color #D8FC75: hue angle of 76º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8FC75 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 252 117 -
CMYK 0.14 0 0.54 0.01
HSL 76º 0.96% 0.72% -
HSV(B) 76º 0.54% 0.99% -
XYZ 66.34 85.5 29.84 -
YUV 225.85 66.57 120.98 -
System Red Green Blue C M Y K H S L
Decimal 216 252 117 0.14 0 0.54 0.01 76 0.96 0.72
Hex D8 FC 75 E 0 36 1 4C 60 48
Octal 330 374 165 16 0 66 1 114 140 110
Binary 11011000 11111100 1110101 1110 0 110110 1 1001100 1100000 1001000

Color Harmonies of #D8FC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FC75

Black with #D8FC75

Text Example


Text Example

White with #D8FC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FC75; }

 p { color: rgb(216,252,117); }

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

background-color css

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

 a { background-color: rgb(216,252,117); }

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

border-color css

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

 span { border-color: rgb(216,252,117); }

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