Html Css Color HEX #D8F266 Mindaro

📋 copy color: '#D8F266'

red 216 ◦ green 242 ◦ blue 102

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

Shades of Mindaro #D8F266

Tints of Mindaro #D8F266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 102 (40.23% from 255) = 18.21%

R = 38.57%
G = 43.21%
B = 18.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#D8F266 (or 0xD8F266) is known color: Mindaro. HEX triplet: D8, F2 and 66. RGB value is (216,242,102). Sum of RGB (Red+Green+Blue) = 216+242+102=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F266 is #270D99. Grayscale: #DADADA. Windows color (decimal): -2559386 or 6746840. OLE color: 6746840.

HSL color Cylindrical-coordinate representation of color #D8F266: hue angle of 71.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8F266 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 102 -
CMYK 0.11 0 0.58 0.05
HSL 71.14º 0.84% 0.67% -
HSV(B) 71.14º 0.58% 0.95% -
XYZ 62.47 79.06 24.54 -
YUV 218.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 216 242 102 0.11 0 0.58 0.05 71.14 0.84 0.67
Hex D8 F2 66 B 0 3A 5 47 54 43
Octal 330 362 146 13 0 72 5 107 124 103
Binary 11011000 11110010 1100110 1011 0 111010 101 1000111 1010100 1000011

Color Harmonies of #D8F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F266

Black with #D8F266

Text Example


Text Example

White with #D8F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F266; }

 p { color: rgb(216,242,102); }

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

background-color css

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

 a { background-color: rgb(216,242,102); }

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

border-color css

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

 span { border-color: rgb(216,242,102); }

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