Html Css Color HEX #D8F965 Mindaro

📋 copy color: '#D8F965'

red 216 ◦ green 249 ◦ blue 101

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

Shades of Mindaro #D8F965

Tints of Mindaro #D8F965

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.99%

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

R = 38.16%
G = 43.99%
B = 17.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D8F965 (or 0xD8F965) is known color: Mindaro. HEX triplet: D8, F9 and 65. RGB value is (216,249,101). Sum of RGB (Red+Green+Blue) = 216+249+101=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F965 is #27069A. Grayscale: #DEDEDE. Windows color (decimal): -2557595 or 6683096. OLE color: 6683096.

HSL color Cylindrical-coordinate representation of color #D8F965: hue angle of 73.38º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8F965 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 101 -
CMYK 0.13 0 0.59 0.02
HSL 73.38º 0.93% 0.69% -
HSV(B) 73.38º 0.59% 0.98% -
XYZ 64.54 83.29 24.99 -
YUV 222.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 216 249 101 0.13 0 0.59 0.02 73.38 0.93 0.69
Hex D8 F9 65 D 0 3B 2 49 5C 45
Octal 330 371 145 15 0 73 2 111 134 105
Binary 11011000 11111001 1100101 1101 0 111011 10 1001001 1011100 1000101

Color Harmonies of #D8F965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F965

Black with #D8F965

Text Example


Text Example

White with #D8F965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F965; }

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

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

background-color css

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

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

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

border-color css

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

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

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