Html Css Color HEX #D5F150 Mindaro

📋 copy color: '#D5F150'

red 213 ◦ green 241 ◦ blue 80

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

Shades of Mindaro #D5F150

Tints of Mindaro #D5F150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.98%

R = 39.89%
G = 45.13%
B = 14.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#D5F150 (or 0xD5F150) is known color: Mindaro. HEX triplet: D5, F1 and 50. RGB value is (213,241,80). Sum of RGB (Red+Green+Blue) = 213+241+80=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F150 is #2A0EAF. Grayscale: #D6D6D6. Windows color (decimal): -2756272 or 5304789. OLE color: 5304789.

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

Color convert

RGB 213 241 80 -
CMYK 0.12 0 0.67 0.05
HSL 70.43º 0.85% 0.63% -
HSV(B) 70.43º 0.67% 0.95% -
XYZ 60.34 77.64 19.39 -
YUV 214.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 213 241 80 0.12 0 0.67 0.05 70.43 0.85 0.63
Hex D5 F1 50 C 0 43 5 46 55 3F
Octal 325 361 120 14 0 103 5 106 125 77
Binary 11010101 11110001 1010000 1100 0 1000011 101 1000110 1010101 111111

Color Harmonies of #D5F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F150

Black with #D5F150

Text Example


Text Example

White with #D5F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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