Html Css Color HEX #D0F66C Mindaro

📋 copy color: '#D0F66C'

red 208 ◦ green 246 ◦ blue 108

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

Shades of Mindaro #D0F66C

Tints of Mindaro #D0F66C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.77%

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

R = 37.01%
G = 43.77%
B = 19.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#D0F66C (or 0xD0F66C) is known color: Mindaro. HEX triplet: D0, F6 and 6C. RGB value is (208,246,108). Sum of RGB (Red+Green+Blue) = 208+246+108=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F66C is #2F0993. Grayscale: #DBDBDB. Windows color (decimal): -3082644 or 7141072. OLE color: 7141072.

HSL color Cylindrical-coordinate representation of color #D0F66C: hue angle of 76.52º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0F66C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 108 -
CMYK 0.15 0 0.56 0.04
HSL 76.52º 0.88% 0.69% -
HSV(B) 76.52º 0.56% 0.96% -
XYZ 61.67 80.4 26.46 -
YUV 218.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 208 246 108 0.15 0 0.56 0.04 76.52 0.88 0.69
Hex D0 F6 6C F 0 38 4 4D 58 45
Octal 320 366 154 17 0 70 4 115 130 105
Binary 11010000 11110110 1101100 1111 0 111000 100 1001101 1011000 1000101

Color Harmonies of #D0F66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F66C

Black with #D0F66C

Text Example


Text Example

White with #D0F66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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