Html Css Color HEX #D0F151 Mindaro

📋 copy color: '#D0F151'

red 208 ◦ green 241 ◦ blue 81

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

Shades of Mindaro #D0F151

Tints of Mindaro #D0F151

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.47%

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

R = 39.25%
G = 45.47%
B = 15.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#D0F151 (or 0xD0F151) is known color: Mindaro. HEX triplet: D0, F1 and 51. RGB value is (208,241,81). Sum of RGB (Red+Green+Blue) = 208+241+81=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F151 is #2F0EAE. Grayscale: #D5D5D5. Windows color (decimal): -3083951 or 5370320. OLE color: 5370320.

HSL color Cylindrical-coordinate representation of color #D0F151: hue angle of 72.38º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0F151 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 241 81 -
CMYK 0.14 0 0.66 0.05
HSL 72.38º 0.85% 0.63% -
HSV(B) 72.38º 0.66% 0.95% -
XYZ 58.95 76.91 19.52 -
YUV 212.89 53.57 124.51 -
System Red Green Blue C M Y K H S L
Decimal 208 241 81 0.14 0 0.66 0.05 72.38 0.85 0.63
Hex D0 F1 51 E 0 42 5 48 55 3F
Octal 320 361 121 16 0 102 5 110 125 77
Binary 11010000 11110001 1010001 1110 0 1000010 101 1001000 1010101 111111

Color Harmonies of #D0F151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F151

Black with #D0F151

Text Example


Text Example

White with #D0F151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F151; }

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

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

background-color css

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

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

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

border-color css

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

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

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