Html Css Color HEX #D5F250 Mindaro

📋 copy color: '#D5F250'

red 213 ◦ green 242 ◦ blue 80

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

Shades of Mindaro #D5F250

Tints of Mindaro #D5F250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.23%

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

R = 39.81%
G = 45.23%
B = 14.95%

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

#D5F250 (or 0xD5F250) is known color: Mindaro. HEX triplet: D5, F2 and 50. RGB value is (213,242,80). Sum of RGB (Red+Green+Blue) = 213+242+80=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F250 is #2A0DAF. Grayscale: #D7D7D7. Windows color (decimal): -2756016 or 5305045. OLE color: 5305045.

HSL color Cylindrical-coordinate representation of color #D5F250: hue angle of 70.74º degrees, saturation: 0.86, 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 #D5F250 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 80 -
CMYK 0.12 0 0.67 0.05
HSL 70.74º 0.86% 0.63% -
HSV(B) 70.74º 0.67% 0.95% -
XYZ 60.64 78.23 19.49 -
YUV 214.86 51.89 126.67 -
System Red Green Blue C M Y K H S L
Decimal 213 242 80 0.12 0 0.67 0.05 70.74 0.86 0.63
Hex D5 F2 50 C 0 43 5 47 56 3F
Octal 325 362 120 14 0 103 5 107 126 77
Binary 11010101 11110010 1010000 1100 0 1000011 101 1000111 1010110 111111

Color Harmonies of #D5F250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F250

Black with #D5F250

Text Example


Text Example

White with #D5F250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F250; }

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

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

background-color css

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

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

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

border-color css

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

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

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