Html Css Color HEX #D5F15A Mindaro

📋 copy color: '#D5F15A'

red 213 ◦ green 241 ◦ blue 90

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

Shades of Mindaro #D5F15A

Tints of Mindaro #D5F15A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

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

R = 39.15%
G = 44.3%
B = 16.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#D5F15A (or 0xD5F15A) is known color: Mindaro. HEX triplet: D5, F1 and 5A. RGB value is (213,241,90). Sum of RGB (Red+Green+Blue) = 213+241+90=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 90 (35.55% from 255 or 16.54% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F15A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F15A is #2A0EA5. Grayscale: #D7D7D7. Windows color (decimal): -2756262 or 5960149. OLE color: 5960149.

HSL color Cylindrical-coordinate representation of color #D5F15A: hue angle of 71.13º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5F15A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 90 -
CMYK 0.12 0 0.63 0.05
HSL 71.13º 0.84% 0.65% -
HSV(B) 71.13º 0.63% 0.95% -
XYZ 60.74 77.79 21.49 -
YUV 215.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 213 241 90 0.12 0 0.63 0.05 71.13 0.84 0.65
Hex D5 F1 5A C 0 3F 5 47 54 41
Octal 325 361 132 14 0 77 5 107 124 101
Binary 11010101 11110001 1011010 1100 0 111111 101 1000111 1010100 1000001

Color Harmonies of #D5F15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F15A

Black with #D5F15A

Text Example


Text Example

White with #D5F15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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