Html Css Color HEX #D3F066 Mindaro

📋 copy color: '#D3F066'

red 211 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #D3F066

Tints of Mindaro #D3F066

RGB

 RED value IS 211 (82.81% from 255) = 38.16%

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

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 38.16%
G = 43.4%
B = 18.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#D3F066 (or 0xD3F066) is known color: Mindaro. HEX triplet: D3, F0 and 66. RGB value is (211,240,102). Sum of RGB (Red+Green+Blue) = 211+240+102=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F066 is #2C0F99. Grayscale: #D8D8D8. Windows color (decimal): -2887578 or 6746323. OLE color: 6746323.

HSL color Cylindrical-coordinate representation of color #D3F066: hue angle of 72.61º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3F066 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 102 -
CMYK 0.12 0 0.58 0.06
HSL 72.61º 0.82% 0.67% -
HSV(B) 72.61º 0.58% 0.94% -
XYZ 60.42 77.13 24.27 -
YUV 215.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 211 240 102 0.12 0 0.58 0.06 72.61 0.82 0.67
Hex D3 F0 66 C 0 3A 6 49 52 43
Octal 323 360 146 14 0 72 6 111 122 103
Binary 11010011 11110000 1100110 1100 0 111010 110 1001001 1010010 1000011

Color Harmonies of #D3F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F066

Black with #D3F066

Text Example


Text Example

White with #D3F066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F066; }

 p { color: rgb(211,240,102); }

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

background-color css

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

 a { background-color: rgb(211,240,102); }

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

border-color css

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

 span { border-color: rgb(211,240,102); }

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