Html Css Color HEX #D8F465 Mindaro

📋 copy color: '#D8F465'

red 216 ◦ green 244 ◦ blue 101

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

Shades of Mindaro #D8F465

Tints of Mindaro #D8F465

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.49%

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

R = 38.5%
G = 43.49%
B = 18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#D8F465 (or 0xD8F465) is known color: Mindaro. HEX triplet: D8, F4 and 65. RGB value is (216,244,101). Sum of RGB (Red+Green+Blue) = 216+244+101=561 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.50% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F465 is #270B9A. Grayscale: #DBDBDB. Windows color (decimal): -2558875 or 6681816. OLE color: 6681816.

HSL color Cylindrical-coordinate representation of color #D8F465: hue angle of 71.75º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8F465 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 244 101 -
CMYK 0.11 0 0.59 0.04
HSL 71.75º 0.87% 0.68% -
HSV(B) 71.75º 0.59% 0.96% -
XYZ 63.02 80.24 24.48 -
YUV 219.33 61.22 125.63 -
System Red Green Blue C M Y K H S L
Decimal 216 244 101 0.11 0 0.59 0.04 71.75 0.87 0.68
Hex D8 F4 65 B 0 3B 4 48 57 44
Octal 330 364 145 13 0 73 4 110 127 104
Binary 11011000 11110100 1100101 1011 0 111011 100 1001000 1010111 1000100

Color Harmonies of #D8F465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F465

Black with #D8F465

Text Example


Text Example

White with #D8F465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F465; }

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

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

background-color css

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

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

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

border-color css

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

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

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