Html Css Color HEX #D0F551 Mindaro

📋 copy color: '#D0F551'

red 208 ◦ green 245 ◦ blue 81

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

Shades of Mindaro #D0F551

Tints of Mindaro #D0F551

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.88%

 BLUE value IS 81 (32.03% from 255) = 15.17%

R = 38.95%
G = 45.88%
B = 15.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#D0F551 (or 0xD0F551) is known color: Mindaro. HEX triplet: D0, F5 and 51. RGB value is (208,245,81). Sum of RGB (Red+Green+Blue) = 208+245+81=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F551 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F551 is #2F0AAE. Grayscale: #D7D7D7. Windows color (decimal): -3082927 or 5371344. OLE color: 5371344.

HSL color Cylindrical-coordinate representation of color #D0F551: hue angle of 73.54º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0F551 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 245 81 -
CMYK 0.15 0 0.67 0.04
HSL 73.54º 0.89% 0.64% -
HSV(B) 73.54º 0.67% 0.96% -
XYZ 60.15 79.31 19.92 -
YUV 215.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 208 245 81 0.15 0 0.67 0.04 73.54 0.89 0.64
Hex D0 F5 51 F 0 43 4 4A 59 40
Octal 320 365 121 17 0 103 4 112 131 100
Binary 11010000 11110101 1010001 1111 0 1000011 100 1001010 1011001 1000000

Color Harmonies of #D0F551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F551

Black with #D0F551

Text Example


Text Example

White with #D0F551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F551; }

 p { color: rgb(208,245,81); }

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

background-color css

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

 a { background-color: rgb(208,245,81); }

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

border-color css

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

 span { border-color: rgb(208,245,81); }

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