Html Css Color HEX #D5FB64 Mindaro

📋 copy color: '#D5FB64'

red 213 ◦ green 251 ◦ blue 100

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

Shades of Mindaro #D5FB64

Tints of Mindaro #D5FB64

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

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

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

R = 37.77%
G = 44.5%
B = 17.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#D5FB64 (or 0xD5FB64) is known color: Mindaro. HEX triplet: D5, FB and 64. RGB value is (213,251,100). Sum of RGB (Red+Green+Blue) = 213+251+100=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 251 (98.44% from 255 or 44.50% from 564); Blue value is 100 (39.45% from 255 or 17.73% from 564); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FB64 is #2A049B. Grayscale: #DEDEDE. Windows color (decimal): -2753692 or 6618069. OLE color: 6618069.

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

Color convert

RGB 213 251 100 -
CMYK 0.15 0 0.60 0.02
HSL 75.1º 0.95% 0.69% -
HSV(B) 75.1º 0.6% 0.98% -
XYZ 64.24 84.06 24.9 -
YUV 222.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 213 251 100 0.15 0 0.60 0.02 75.1 0.95 0.69
Hex D5 FB 64 F 0 3C 2 4B 5F 45
Octal 325 373 144 17 0 74 2 113 137 105
Binary 11010101 11111011 1100100 1111 0 111100 10 1001011 1011111 1000101

Color Harmonies of #D5FB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FB64

Black with #D5FB64

Text Example


Text Example

White with #D5FB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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