Html Css Color HEX #D8F265 Mindaro

📋 copy color: '#D8F265'

red 216 ◦ green 242 ◦ blue 101

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

Shades of Mindaro #D8F265

Tints of Mindaro #D8F265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.07%

R = 38.64%
G = 43.29%
B = 18.07%

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

#D8F265 (or 0xD8F265) is known color: Mindaro. HEX triplet: D8, F2 and 65. RGB value is (216,242,101). Sum of RGB (Red+Green+Blue) = 216+242+101=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F265 is #270D9A. Grayscale: #DADADA. Windows color (decimal): -2559387 or 6681304. OLE color: 6681304.

HSL color Cylindrical-coordinate representation of color #D8F265: hue angle of 71.06º 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 #D8F265 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 101 -
CMYK 0.11 0 0.58 0.05
HSL 71.06º 0.84% 0.67% -
HSV(B) 71.06º 0.58% 0.95% -
XYZ 62.42 79.04 24.28 -
YUV 218.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 216 242 101 0.11 0 0.58 0.05 71.06 0.84 0.67
Hex D8 F2 65 B 0 3A 5 47 54 43
Octal 330 362 145 13 0 72 5 107 124 103
Binary 11011000 11110010 1100101 1011 0 111010 101 1000111 1010100 1000011

Color Harmonies of #D8F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F265

Black with #D8F265

Text Example


Text Example

White with #D8F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F265; }

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

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

background-color css

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

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

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

border-color css

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

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

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