Html Css Color HEX #D0F06C Mindaro

📋 copy color: '#D0F06C'

red 208 ◦ green 240 ◦ blue 108

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

Shades of Mindaro #D0F06C

Tints of Mindaro #D0F06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.17%

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

R = 37.41%
G = 43.17%
B = 19.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#D0F06C (or 0xD0F06C) is known color: Mindaro. HEX triplet: D0, F0 and 6C. RGB value is (208,240,108). Sum of RGB (Red+Green+Blue) = 208+240+108=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F06C is #2F0F93. Grayscale: #D7D7D7. Windows color (decimal): -3084180 or 7139536. OLE color: 7139536.

HSL color Cylindrical-coordinate representation of color #D0F06C: hue angle of 74.55º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0F06C is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 108 -
CMYK 0.13 0 0.55 0.06
HSL 74.55º 0.81% 0.68% -
HSV(B) 74.55º 0.55% 0.94% -
XYZ 59.88 76.81 25.86 -
YUV 215.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 208 240 108 0.13 0 0.55 0.06 74.55 0.81 0.68
Hex D0 F0 6C D 0 37 6 4B 51 44
Octal 320 360 154 15 0 67 6 113 121 104
Binary 11010000 11110000 1101100 1101 0 110111 110 1001011 1010001 1000100

Color Harmonies of #D0F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F06C

Black with #D0F06C

Text Example


Text Example

White with #D0F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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