Html Css Color HEX #D8F267 Mindaro

📋 copy color: '#D8F267'

red 216 ◦ green 242 ◦ blue 103

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

Shades of Mindaro #D8F267

Tints of Mindaro #D8F267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.36%

R = 38.5%
G = 43.14%
B = 18.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#D8F267 (or 0xD8F267) is known color: Mindaro. HEX triplet: D8, F2 and 67. RGB value is (216,242,103). Sum of RGB (Red+Green+Blue) = 216+242+103=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 242 (94.92% from 255 or 43.14% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F267 is #270D98. Grayscale: #DADADA. Windows color (decimal): -2559385 or 6812376. OLE color: 6812376.

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

Color convert

RGB 216 242 103 -
CMYK 0.11 0 0.57 0.05
HSL 71.22º 0.84% 0.68% -
HSV(B) 71.22º 0.57% 0.95% -
XYZ 62.52 79.08 24.8 -
YUV 218.38 62.89 126.3 -
System Red Green Blue C M Y K H S L
Decimal 216 242 103 0.11 0 0.57 0.05 71.22 0.84 0.68
Hex D8 F2 67 B 0 39 5 47 54 44
Octal 330 362 147 13 0 71 5 107 124 104
Binary 11011000 11110010 1100111 1011 0 111001 101 1000111 1010100 1000100

Color Harmonies of #D8F267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F267

Black with #D8F267

Text Example


Text Example

White with #D8F267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F267; }

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

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

background-color css

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

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

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

border-color css

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

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

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