Html Css Color HEX #D3FA66 Mindaro

📋 copy color: '#D3FA66'

red 211 ◦ green 250 ◦ blue 102

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

Shades of Mindaro #D3FA66

Tints of Mindaro #D3FA66

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.4%

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

R = 37.48%
G = 44.4%
B = 18.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#D3FA66 (or 0xD3FA66) is known color: Mindaro. HEX triplet: D3, FA and 66. RGB value is (211,250,102). Sum of RGB (Red+Green+Blue) = 211+250+102=563 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.48% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FA66 is #2C0599. Grayscale: #DEDEDE. Windows color (decimal): -2885018 or 6748883. OLE color: 6748883.

HSL color Cylindrical-coordinate representation of color #D3FA66: hue angle of 75.81º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D3FA66 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 102 -
CMYK 0.16 0 0.59 0.02
HSL 75.81º 0.94% 0.69% -
HSV(B) 75.81º 0.59% 0.98% -
XYZ 63.45 83.18 25.28 -
YUV 221.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 211 250 102 0.16 0 0.59 0.02 75.81 0.94 0.69
Hex D3 FA 66 10 0 3B 2 4C 5E 45
Octal 323 372 146 20 0 73 2 114 136 105
Binary 11010011 11111010 1100110 10000 0 111011 10 1001100 1011110 1000101

Color Harmonies of #D3FA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FA66

Black with #D3FA66

Text Example


Text Example

White with #D3FA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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