Html Css Color HEX #D5FD5A Mindaro

📋 copy color: '#D5FD5A'

red 213 ◦ green 253 ◦ blue 90

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

Shades of Mindaro #D5FD5A

Tints of Mindaro #D5FD5A

RGB

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

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

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

R = 38.31%
G = 45.5%
B = 16.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D5FD5A (or 0xD5FD5A) is known color: Mindaro. HEX triplet: D5, FD and 5A. RGB value is (213,253,90). Sum of RGB (Red+Green+Blue) = 213+253+90=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD5A is #2A02A5. Grayscale: #DFDFDF. Windows color (decimal): -2753190 or 5963221. OLE color: 5963221.

HSL color Cylindrical-coordinate representation of color #D5FD5A: hue angle of 74.72º degrees, saturation: 0.98, 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 #D5FD5A is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 253 90 -
CMYK 0.16 0 0.64 0.01
HSL 74.72º 0.98% 0.67% -
HSV(B) 74.72º 0.64% 0.99% -
XYZ 64.41 85.13 22.71 -
YUV 222.46 53.25 121.25 -
System Red Green Blue C M Y K H S L
Decimal 213 253 90 0.16 0 0.64 0.01 74.72 0.98 0.67
Hex D5 FD 5A 10 0 40 1 4B 62 43
Octal 325 375 132 20 0 100 1 113 142 103
Binary 11010101 11111101 1011010 10000 0 1000000 1 1001011 1100010 1000011

Color Harmonies of #D5FD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD5A

Black with #D5FD5A

Text Example


Text Example

White with #D5FD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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