Html Css Color HEX #ADFD83 Feijoa

📋 copy color: '#ADFD83'

red 173 ◦ green 253 ◦ blue 131

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

Shades of Feijoa #ADFD83

Tints of Feijoa #ADFD83

RGB

 RED value IS 173 (67.97% from 255) = 31.06%

 GREEN value IS 253 (99.22% from 255) = 45.42%

 BLUE value IS 131 (51.56% from 255) = 23.52%

R = 31.06%
G = 45.42%
B = 23.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#ADFD83 (or 0xADFD83) is known color: Feijoa. HEX triplet: AD, FD and 83. RGB value is (173,253,131). Sum of RGB (Red+Green+Blue) = 173+253+131=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD83 is #52027C. Grayscale: #D7D7D7. Windows color (decimal): -5374589 or 8650157. OLE color: 8650157.

HSL color Cylindrical-coordinate representation of color #ADFD83: hue angle of 99.34º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADFD83 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 131 -
CMYK 0.32 0 0.48 0.01
HSL 99.34º 0.97% 0.75% -
HSV(B) 99.34º 0.48% 0.99% -
XYZ 56.46 80.77 34.09 -
YUV 215.17 80.5 97.92 -
System Red Green Blue C M Y K H S L
Decimal 173 253 131 0.32 0 0.48 0.01 99.34 0.97 0.75
Hex AD FD 83 20 0 30 1 63 61 4B
Octal 255 375 203 40 0 60 1 143 141 113
Binary 10101101 11111101 10000011 100000 0 110000 1 1100011 1100001 1001011

Color Harmonies of #ADFD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD83

Black with #ADFD83

Text Example


Text Example

White with #ADFD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD83; }

 p { color: rgb(173,253,131); }

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

background-color css

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

 a { background-color: rgb(173,253,131); }

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

border-color css

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

 span { border-color: rgb(173,253,131); }

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