Html Css Color HEX #D3F069 Mindaro

📋 copy color: '#D3F069'

red 211 ◦ green 240 ◦ blue 105

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

Shades of Mindaro #D3F069

Tints of Mindaro #D3F069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 37.95%
G = 43.17%
B = 18.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#D3F069 (or 0xD3F069) is known color: Mindaro. HEX triplet: D3, F0 and 69. RGB value is (211,240,105). Sum of RGB (Red+Green+Blue) = 211+240+105=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F069 is #2C0F96. Grayscale: #D8D8D8. Windows color (decimal): -2887575 or 6942931. OLE color: 6942931.

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

Color convert

RGB 211 240 105 -
CMYK 0.12 0 0.56 0.06
HSL 72.89º 0.82% 0.68% -
HSV(B) 72.89º 0.56% 0.94% -
XYZ 60.57 77.19 25.07 -
YUV 215.94 65.39 124.48 -
System Red Green Blue C M Y K H S L
Decimal 211 240 105 0.12 0 0.56 0.06 72.89 0.82 0.68
Hex D3 F0 69 C 0 38 6 49 52 44
Octal 323 360 151 14 0 70 6 111 122 104
Binary 11010011 11110000 1101001 1100 0 111000 110 1001001 1010010 1000100

Color Harmonies of #D3F069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F069

Black with #D3F069

Text Example


Text Example

White with #D3F069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F069; }

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

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

background-color css

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

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

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

border-color css

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

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

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