Html Css Color HEX #D0F968 Mindaro

📋 copy color: '#D0F968'

red 208 ◦ green 249 ◦ blue 104

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

Shades of Mindaro #D0F968

Tints of Mindaro #D0F968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.54%

R = 37.08%
G = 44.39%
B = 18.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#D0F968 (or 0xD0F968) is known color: Mindaro. HEX triplet: D0, F9 and 68. RGB value is (208,249,104). Sum of RGB (Red+Green+Blue) = 208+249+104=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 104 (41.02% from 255 or 18.54% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F968 is #2F0697. Grayscale: #DCDCDC. Windows color (decimal): -3081880 or 6879696. OLE color: 6879696.

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

Color convert

RGB 208 249 104 -
CMYK 0.16 0 0.58 0.02
HSL 76.97º 0.92% 0.69% -
HSV(B) 76.97º 0.58% 0.98% -
XYZ 62.39 82.16 25.67 -
YUV 220.21 62.42 119.29 -
System Red Green Blue C M Y K H S L
Decimal 208 249 104 0.16 0 0.58 0.02 76.97 0.92 0.69
Hex D0 F9 68 10 0 3A 2 4D 5C 45
Octal 320 371 150 20 0 72 2 115 134 105
Binary 11010000 11111001 1101000 10000 0 111010 10 1001101 1011100 1000101

Color Harmonies of #D0F968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F968

Black with #D0F968

Text Example


Text Example

White with #D0F968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F968; }

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

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

background-color css

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

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

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

border-color css

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

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

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