Html Css Color HEX #D8F768 Mindaro

📋 copy color: '#D8F768'

red 216 ◦ green 247 ◦ blue 104

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

Shades of Mindaro #D8F768

Tints of Mindaro #D8F768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.34%

R = 38.1%
G = 43.56%
B = 18.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#D8F768 (or 0xD8F768) is known color: Mindaro. HEX triplet: D8, F7 and 68. RGB value is (216,247,104). Sum of RGB (Red+Green+Blue) = 216+247+104=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 247 (96.88% from 255 or 43.56% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F768 is #270897. Grayscale: #DDDDDD. Windows color (decimal): -2558104 or 6879192. OLE color: 6879192.

HSL color Cylindrical-coordinate representation of color #D8F768: hue angle of 73.01º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8F768 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 247 104 -
CMYK 0.13 0 0.58 0.03
HSL 73.01º 0.9% 0.69% -
HSV(B) 73.01º 0.58% 0.97% -
XYZ 64.08 82.12 25.57 -
YUV 221.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 216 247 104 0.13 0 0.58 0.03 73.01 0.9 0.69
Hex D8 F7 68 D 0 3A 3 49 5A 45
Octal 330 367 150 15 0 72 3 111 132 105
Binary 11011000 11110111 1101000 1101 0 111010 11 1001001 1011010 1000101

Color Harmonies of #D8F768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F768

Black with #D8F768

Text Example


Text Example

White with #D8F768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F768; }

 p { color: rgb(216,247,104); }

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

background-color css

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

 a { background-color: rgb(216,247,104); }

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

border-color css

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

 span { border-color: rgb(216,247,104); }

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