Html Css Color HEX #D8F365 Mindaro

📋 copy color: '#D8F365'

red 216 ◦ green 243 ◦ blue 101

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

Shades of Mindaro #D8F365

Tints of Mindaro #D8F365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.39%

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

R = 38.57%
G = 43.39%
B = 18.04%

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

#D8F365 (or 0xD8F365) is known color: Mindaro. HEX triplet: D8, F3 and 65. RGB value is (216,243,101). Sum of RGB (Red+Green+Blue) = 216+243+101=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 101 (39.84% from 255 or 18.04% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F365 is #270C9A. Grayscale: #DBDBDB. Windows color (decimal): -2559131 or 6681560. OLE color: 6681560.

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

Color convert

RGB 216 243 101 -
CMYK 0.11 0 0.58 0.05
HSL 71.41º 0.86% 0.67% -
HSV(B) 71.41º 0.58% 0.95% -
XYZ 62.72 79.64 24.38 -
YUV 218.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 216 243 101 0.11 0 0.58 0.05 71.41 0.86 0.67
Hex D8 F3 65 B 0 3A 5 47 56 43
Octal 330 363 145 13 0 72 5 107 126 103
Binary 11011000 11110011 1100101 1011 0 111010 101 1000111 1010110 1000011

Color Harmonies of #D8F365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F365

Black with #D8F365

Text Example


Text Example

White with #D8F365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F365; }

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

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

background-color css

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

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

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

border-color css

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

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

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