Html Css Color HEX #D0FB53 Mindaro

📋 copy color: '#D0FB53'

red 208 ◦ green 251 ◦ blue 83

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

Shades of Mindaro #D0FB53

Tints of Mindaro #D0FB53

RGB

 RED value IS 208 (81.64% from 255) = 38.38%

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

 BLUE value IS 83 (32.81% from 255) = 15.31%

R = 38.38%
G = 46.31%
B = 15.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#D0FB53 (or 0xD0FB53) is known color: Mindaro. HEX triplet: D0, FB and 53. RGB value is (208,251,83). Sum of RGB (Red+Green+Blue) = 208+251+83=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB53 is #2F04AC. Grayscale: #DBDBDB. Windows color (decimal): -3081389 or 5503952. OLE color: 5503952.

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

Color convert

RGB 208 251 83 -
CMYK 0.17 0 0.67 0.02
HSL 75.36º 0.95% 0.65% -
HSV(B) 75.36º 0.67% 0.98% -
XYZ 62.07 83.03 20.94 -
YUV 218.99 51.25 120.16 -
System Red Green Blue C M Y K H S L
Decimal 208 251 83 0.17 0 0.67 0.02 75.36 0.95 0.65
Hex D0 FB 53 11 0 43 2 4B 5F 41
Octal 320 373 123 21 0 103 2 113 137 101
Binary 11010000 11111011 1010011 10001 0 1000011 10 1001011 1011111 1000001

Color Harmonies of #D0FB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB53

Black with #D0FB53

Text Example


Text Example

White with #D0FB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB53; }

 p { color: rgb(208,251,83); }

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

background-color css

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

 a { background-color: rgb(208,251,83); }

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

border-color css

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

 span { border-color: rgb(208,251,83); }

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