Html Css Color HEX #D5FE5A Mindaro

📋 copy color: '#D5FE5A'

red 213 ◦ green 254 ◦ blue 90

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

Shades of Mindaro #D5FE5A

Tints of Mindaro #D5FE5A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.6%

 BLUE value IS 90 (35.55% from 255) = 16.16%

R = 38.24%
G = 45.6%
B = 16.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#D5FE5A (or 0xD5FE5A) is known color: Mindaro. HEX triplet: D5, FE and 5A. RGB value is (213,254,90). Sum of RGB (Red+Green+Blue) = 213+254+90=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE5A is #2A01A5. Grayscale: #DFDFDF. Windows color (decimal): -2752934 or 5963477. OLE color: 5963477.

HSL color Cylindrical-coordinate representation of color #D5FE5A: hue angle of 75º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5FE5A is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 254 90 -
CMYK 0.16 0 0.65 0.00
HSL 75º 0.99% 0.67% -
HSV(B) 75º 0.65% 1% -
XYZ 64.73 85.77 22.82 -
YUV 223.05 52.92 120.84 -
System Red Green Blue C M Y K H S L
Decimal 213 254 90 0.16 0 0.65 0.00 75 0.99 0.67
Hex D5 FE 5A 10 0 41 0 4B 63 43
Octal 325 376 132 20 0 101 0 113 143 103
Binary 11010101 11111110 1011010 10000 0 1000001 0 1001011 1100011 1000011

Color Harmonies of #D5FE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FE5A

Black with #D5FE5A

Text Example


Text Example

White with #D5FE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FE5A; }

 p { color: rgb(213,254,90); }

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

background-color css

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

 a { background-color: rgb(213,254,90); }

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

border-color css

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

 span { border-color: rgb(213,254,90); }

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