Html Css Color HEX #D9FB64 Mindaro

📋 copy color: '#D9FB64'

red 217 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #D9FB64

Tints of Mindaro #D9FB64

RGB

 RED value IS 217 (85.16% from 255) = 38.2%

 GREEN value IS 251 (98.44% from 255) = 44.19%

 BLUE value IS 100 (39.45% from 255) = 17.61%

R = 38.2%
G = 44.19%
B = 17.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D9FB64 (or 0xD9FB64) is known color: Mindaro. HEX triplet: D9, FB and 64. RGB value is (217,251,100). Sum of RGB (Red+Green+Blue) = 217+251+100=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 100 (39.45% from 255 or 17.61% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9FB64 is #26049B. Grayscale: #E0E0E0. Windows color (decimal): -2491548 or 6618073. OLE color: 6618073.

HSL color Cylindrical-coordinate representation of color #D9FB64: hue angle of 73.51º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9FB64 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 251 100 -
CMYK 0.14 0 0.60 0.02
HSL 73.51º 0.95% 0.69% -
HSV(B) 73.51º 0.6% 0.98% -
XYZ 65.41 84.67 24.95 -
YUV 223.62 58.24 123.28 -
System Red Green Blue C M Y K H S L
Decimal 217 251 100 0.14 0 0.60 0.02 73.51 0.95 0.69
Hex D9 FB 64 E 0 3C 2 4A 5F 45
Octal 331 373 144 16 0 74 2 112 137 105
Binary 11011001 11111011 1100100 1110 0 111100 10 1001010 1011111 1000101

Color Harmonies of #D9FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FB64

Black with #D9FB64

Text Example


Text Example

White with #D9FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FB64; }

 p { color: rgb(217,251,100); }

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

background-color css

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

 a { background-color: rgb(217,251,100); }

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

border-color css

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

 span { border-color: rgb(217,251,100); }

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