Html Css Color HEX #D7F950 Mindaro

📋 copy color: '#D7F950'

red 215 ◦ green 249 ◦ blue 80

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

Shades of Mindaro #D7F950

Tints of Mindaro #D7F950

RGB

 RED value IS 215 (84.38% from 255) = 39.52%

 GREEN value IS 249 (97.66% from 255) = 45.77%

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

R = 39.52%
G = 45.77%
B = 14.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#D7F950 (or 0xD7F950) is known color: Mindaro. HEX triplet: D7, F9 and 50. RGB value is (215,249,80). Sum of RGB (Red+Green+Blue) = 215+249+80=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F950 is #2806AF. Grayscale: #DCDCDC. Windows color (decimal): -2623152 or 5306839. OLE color: 5306839.

HSL color Cylindrical-coordinate representation of color #D7F950: hue angle of 72.07º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7F950 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 249 80 -
CMYK 0.14 0 0.68 0.02
HSL 72.07º 0.93% 0.65% -
HSV(B) 72.07º 0.68% 0.98% -
XYZ 63.35 82.78 20.23 -
YUV 219.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 215 249 80 0.14 0 0.68 0.02 72.07 0.93 0.65
Hex D7 F9 50 E 0 44 2 48 5D 41
Octal 327 371 120 16 0 104 2 110 135 101
Binary 11010111 11111001 1010000 1110 0 1000100 10 1001000 1011101 1000001

Color Harmonies of #D7F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7F950

Black with #D7F950

Text Example


Text Example

White with #D7F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7F950; }

 p { color: rgb(215,249,80); }

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

background-color css

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

 a { background-color: rgb(215,249,80); }

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

border-color css

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

 span { border-color: rgb(215,249,80); }

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