Html Css Color HEX #D5FC5B Mindaro

📋 copy color: '#D5FC5B'

red 213 ◦ green 252 ◦ blue 91

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

Shades of Mindaro #D5FC5B

Tints of Mindaro #D5FC5B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

 BLUE value IS 91 (35.94% from 255) = 16.37%

R = 38.31%
G = 45.32%
B = 16.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D5FC5B (or 0xD5FC5B) is known color: Mindaro. HEX triplet: D5, FC and 5B. RGB value is (213,252,91). Sum of RGB (Red+Green+Blue) = 213+252+91=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC5B is #2A03A4. Grayscale: #DEDEDE. Windows color (decimal): -2753445 or 6028501. OLE color: 6028501.

HSL color Cylindrical-coordinate representation of color #D5FC5B: hue angle of 74.53º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5FC5B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 91 -
CMYK 0.15 0 0.64 0.01
HSL 74.53º 0.96% 0.67% -
HSV(B) 74.53º 0.64% 0.99% -
XYZ 64.14 84.52 22.83 -
YUV 221.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 213 252 91 0.15 0 0.64 0.01 74.53 0.96 0.67
Hex D5 FC 5B F 0 40 1 4B 60 43
Octal 325 374 133 17 0 100 1 113 140 103
Binary 11010101 11111100 1011011 1111 0 1000000 1 1001011 1100000 1000011

Color Harmonies of #D5FC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FC5B

Black with #D5FC5B

Text Example


Text Example

White with #D5FC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FC5B; }

 p { color: rgb(213,252,91); }

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

background-color css

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

 a { background-color: rgb(213,252,91); }

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

border-color css

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

 span { border-color: rgb(213,252,91); }

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