Html Css Color HEX #D4FB64 Mindaro

📋 copy color: '#D4FB64'

red 212 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #D4FB64

Tints of Mindaro #D4FB64

RGB

 RED value IS 212 (83.2% from 255) = 37.66%

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

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

R = 37.66%
G = 44.58%
B = 17.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D4FB64 (or 0xD4FB64) is known color: Mindaro. HEX triplet: D4, FB and 64. RGB value is (212,251,100). Sum of RGB (Red+Green+Blue) = 212+251+100=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB64 is #2B049B. Grayscale: #DEDEDE. Windows color (decimal): -2819228 or 6618068. OLE color: 6618068.

HSL color Cylindrical-coordinate representation of color #D4FB64: hue angle of 75.5º 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 #D4FB64 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 251 100 -
CMYK 0.16 0 0.60 0.02
HSL 75.5º 0.95% 0.69% -
HSV(B) 75.5º 0.6% 0.98% -
XYZ 63.95 83.91 24.88 -
YUV 222.13 59.08 120.78 -
System Red Green Blue C M Y K H S L
Decimal 212 251 100 0.16 0 0.60 0.02 75.5 0.95 0.69
Hex D4 FB 64 10 0 3C 2 4B 5F 45
Octal 324 373 144 20 0 74 2 113 137 105
Binary 11010100 11111011 1100100 10000 0 111100 10 1001011 1011111 1000101

Color Harmonies of #D4FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FB64

Black with #D4FB64

Text Example


Text Example

White with #D4FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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