Html Css Color HEX #D0F154 Mindaro

📋 copy color: '#D0F154'

red 208 ◦ green 241 ◦ blue 84

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

Shades of Mindaro #D0F154

Tints of Mindaro #D0F154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.76%

R = 39.02%
G = 45.22%
B = 15.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#D0F154 (or 0xD0F154) is known color: Mindaro. HEX triplet: D0, F1 and 54. RGB value is (208,241,84). Sum of RGB (Red+Green+Blue) = 208+241+84=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F154 is #2F0EAB. Grayscale: #D5D5D5. Windows color (decimal): -3083948 or 5566928. OLE color: 5566928.

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

Color convert

RGB 208 241 84 -
CMYK 0.14 0 0.65 0.05
HSL 72.61º 0.85% 0.64% -
HSV(B) 72.61º 0.65% 0.95% -
XYZ 59.07 76.96 20.13 -
YUV 213.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 208 241 84 0.14 0 0.65 0.05 72.61 0.85 0.64
Hex D0 F1 54 E 0 41 5 49 55 40
Octal 320 361 124 16 0 101 5 111 125 100
Binary 11010000 11110001 1010100 1110 0 1000001 101 1001001 1010101 1000000

Color Harmonies of #D0F154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F154

Black with #D0F154

Text Example


Text Example

White with #D0F154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F154; }

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

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

background-color css

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

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

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

border-color css

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

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

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