Html Css Color HEX #D3F06A Mindaro

📋 copy color: '#D3F06A'

red 211 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #D3F06A

Tints of Mindaro #D3F06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.03%

R = 37.88%
G = 43.09%
B = 19.03%

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

#D3F06A (or 0xD3F06A) is known color: Mindaro. HEX triplet: D3, F0 and 6A. RGB value is (211,240,106). Sum of RGB (Red+Green+Blue) = 211+240+106=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F06A is #2C0F95. Grayscale: #D8D8D8. Windows color (decimal): -2887574 or 7008467. OLE color: 7008467.

HSL color Cylindrical-coordinate representation of color #D3F06A: hue angle of 72.99º 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 #D3F06A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 240 106 -
CMYK 0.12 0 0.56 0.06
HSL 72.99º 0.82% 0.68% -
HSV(B) 72.99º 0.56% 0.94% -
XYZ 60.63 77.21 25.34 -
YUV 216.05 65.89 124.4 -
System Red Green Blue C M Y K H S L
Decimal 211 240 106 0.12 0 0.56 0.06 72.99 0.82 0.68
Hex D3 F0 6A C 0 38 6 49 52 44
Octal 323 360 152 14 0 70 6 111 122 104
Binary 11010011 11110000 1101010 1100 0 111000 110 1001001 1010010 1000100

Color Harmonies of #D3F06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F06A

Black with #D3F06A

Text Example


Text Example

White with #D3F06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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