Html Css Color HEX #D5FD77 Mindaro

📋 copy color: '#D5FD77'

red 213 ◦ green 253 ◦ blue 119

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

Shades of Mindaro #D5FD77

Tints of Mindaro #D5FD77

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.25%

 BLUE value IS 119 (46.88% from 255) = 20.34%

R = 36.41%
G = 43.25%
B = 20.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#D5FD77 (or 0xD5FD77) is known color: Mindaro. HEX triplet: D5, FD and 77. RGB value is (213,253,119). Sum of RGB (Red+Green+Blue) = 213+253+119=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 253 (99.22% from 255 or 43.25% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD77 is #2A0288. Grayscale: #E2E2E2. Windows color (decimal): -2753161 or 7863765. OLE color: 7863765.

HSL color Cylindrical-coordinate representation of color #D5FD77: hue angle of 77.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5FD77 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 253 119 -
CMYK 0.16 0 0.53 0.01
HSL 77.91º 0.97% 0.73% -
HSV(B) 77.91º 0.53% 0.99% -
XYZ 65.9 85.73 30.53 -
YUV 225.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 213 253 119 0.16 0 0.53 0.01 77.91 0.97 0.73
Hex D5 FD 77 10 0 35 1 4E 61 49
Octal 325 375 167 20 0 65 1 116 141 111
Binary 11010101 11111101 1110111 10000 0 110101 1 1001110 1100001 1001001

Color Harmonies of #D5FD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD77

Black with #D5FD77

Text Example


Text Example

White with #D5FD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD77; }

 p { color: rgb(213,253,119); }

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

background-color css

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

 a { background-color: rgb(213,253,119); }

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

border-color css

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

 span { border-color: rgb(213,253,119); }

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