Html Css Color HEX #D0F96C Mindaro

📋 copy color: '#D0F96C'

red 208 ◦ green 249 ◦ blue 108

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

Shades of Mindaro #D0F96C

Tints of Mindaro #D0F96C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

 BLUE value IS 108 (42.58% from 255) = 19.12%

R = 36.81%
G = 44.07%
B = 19.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#D0F96C (or 0xD0F96C) is known color: Mindaro. HEX triplet: D0, F9 and 6C. RGB value is (208,249,108). Sum of RGB (Red+Green+Blue) = 208+249+108=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F96C is #2F0693. Grayscale: #DDDDDD. Windows color (decimal): -3081876 or 7141840. OLE color: 7141840.

HSL color Cylindrical-coordinate representation of color #D0F96C: hue angle of 77.45º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0F96C is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 108 -
CMYK 0.16 0 0.57 0.02
HSL 77.45º 0.92% 0.7% -
HSV(B) 77.45º 0.57% 0.98% -
XYZ 62.59 82.24 26.76 -
YUV 220.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 208 249 108 0.16 0 0.57 0.02 77.45 0.92 0.7
Hex D0 F9 6C 10 0 39 2 4D 5C 46
Octal 320 371 154 20 0 71 2 115 134 106
Binary 11010000 11111001 1101100 10000 0 111001 10 1001101 1011100 1000110

Color Harmonies of #D0F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F96C

Black with #D0F96C

Text Example


Text Example

White with #D0F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F96C; }

 p { color: rgb(208,249,108); }

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

background-color css

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

 a { background-color: rgb(208,249,108); }

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

border-color css

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

 span { border-color: rgb(208,249,108); }

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