Html Css Color HEX #D2FB50 Mindaro

📋 copy color: '#D2FB50'

red 210 ◦ green 251 ◦ blue 80

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

Shades of Mindaro #D2FB50

Tints of Mindaro #D2FB50

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

 GREEN value IS 251 (98.44% from 255) = 46.4%

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

R = 38.82%
G = 46.4%
B = 14.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#D2FB50 (or 0xD2FB50) is known color: Mindaro. HEX triplet: D2, FB and 50. RGB value is (210,251,80). Sum of RGB (Red+Green+Blue) = 210+251+80=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB50 is #2D04AF. Grayscale: #DBDBDB. Windows color (decimal): -2950320 or 5307346. OLE color: 5307346.

HSL color Cylindrical-coordinate representation of color #D2FB50: hue angle of 74.39º degrees, saturation: 0.96, 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 #D2FB50 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 251 80 -
CMYK 0.16 0 0.68 0.02
HSL 74.39º 0.96% 0.65% -
HSV(B) 74.39º 0.68% 0.98% -
XYZ 62.52 83.28 20.37 -
YUV 219.25 49.42 121.4 -
System Red Green Blue C M Y K H S L
Decimal 210 251 80 0.16 0 0.68 0.02 74.39 0.96 0.65
Hex D2 FB 50 10 0 44 2 4A 60 41
Octal 322 373 120 20 0 104 2 112 140 101
Binary 11010010 11111011 1010000 10000 0 1000100 10 1001010 1100000 1000001

Color Harmonies of #D2FB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FB50

Black with #D2FB50

Text Example


Text Example

White with #D2FB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FB50; }

 p { color: rgb(210,251,80); }

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

background-color css

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

 a { background-color: rgb(210,251,80); }

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

border-color css

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

 span { border-color: rgb(210,251,80); }

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