Html Css Color HEX #ADFD85 Feijoa

📋 copy color: '#ADFD85'

red 173 ◦ green 253 ◦ blue 133

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

Shades of Feijoa #ADFD85

Tints of Feijoa #ADFD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.79%

R = 30.95%
G = 45.26%
B = 23.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#ADFD85 (or 0xADFD85) is known color: Feijoa. HEX triplet: AD, FD and 85. RGB value is (173,253,133). Sum of RGB (Red+Green+Blue) = 173+253+133=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD85 is #52027A. Grayscale: #D7D7D7. Windows color (decimal): -5374587 or 8781229. OLE color: 8781229.

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

Color convert

RGB 173 253 133 -
CMYK 0.32 0 0.47 0.01
HSL 100º 0.97% 0.76% -
HSV(B) 100º 0.47% 0.99% -
XYZ 56.59 80.83 34.81 -
YUV 215.4 81.5 97.76 -
System Red Green Blue C M Y K H S L
Decimal 173 253 133 0.32 0 0.47 0.01 100 0.97 0.76
Hex AD FD 85 20 0 2F 1 64 61 4C
Octal 255 375 205 40 0 57 1 144 141 114
Binary 10101101 11111101 10000101 100000 0 101111 1 1100100 1100001 1001100

Color Harmonies of #ADFD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD85

Black with #ADFD85

Text Example


Text Example

White with #ADFD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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