Html Css Color HEX #D0F16B Mindaro

📋 copy color: '#D0F16B'

red 208 ◦ green 241 ◦ blue 107

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

Shades of Mindaro #D0F16B

Tints of Mindaro #D0F16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.24%

R = 37.41%
G = 43.35%
B = 19.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#D0F16B (or 0xD0F16B) is known color: Mindaro. HEX triplet: D0, F1 and 6B. RGB value is (208,241,107). Sum of RGB (Red+Green+Blue) = 208+241+107=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 107 (42.19% from 255 or 19.24% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F16B is #2F0E94. Grayscale: #D8D8D8. Windows color (decimal): -3083925 or 7074256. OLE color: 7074256.

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

Color convert

RGB 208 241 107 -
CMYK 0.14 0 0.56 0.05
HSL 74.78º 0.83% 0.68% -
HSV(B) 74.78º 0.56% 0.95% -
XYZ 60.12 77.38 25.68 -
YUV 215.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 208 241 107 0.14 0 0.56 0.05 74.78 0.83 0.68
Hex D0 F1 6B E 0 38 5 4B 53 44
Octal 320 361 153 16 0 70 5 113 123 104
Binary 11010000 11110001 1101011 1110 0 111000 101 1001011 1010011 1000100

Color Harmonies of #D0F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F16B

Black with #D0F16B

Text Example


Text Example

White with #D0F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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