Html Css Color HEX #ADF785 Feijoa

📋 copy color: '#ADF785'

red 173 ◦ green 247 ◦ blue 133

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

Shades of Feijoa #ADF785

Tints of Feijoa #ADF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.67%

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

R = 31.28%
G = 44.67%
B = 24.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#ADF785 (or 0xADF785) is known color: Feijoa. HEX triplet: AD, F7 and 85. RGB value is (173,247,133). Sum of RGB (Red+Green+Blue) = 173+247+133=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF785 is #52087A. Grayscale: #D4D4D4. Windows color (decimal): -5376123 or 8779693. OLE color: 8779693.

HSL color Cylindrical-coordinate representation of color #ADF785: hue angle of 98.95º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF785 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 133 -
CMYK 0.30 0 0.46 0.03
HSL 98.95º 0.88% 0.75% -
HSV(B) 98.95º 0.46% 0.97% -
XYZ 54.73 77.1 34.19 -
YUV 211.88 83.48 100.27 -
System Red Green Blue C M Y K H S L
Decimal 173 247 133 0.30 0 0.46 0.03 98.95 0.88 0.75
Hex AD F7 85 1E 0 2E 3 63 58 4B
Octal 255 367 205 36 0 56 3 143 130 113
Binary 10101101 11110111 10000101 11110 0 101110 11 1100011 1011000 1001011

Color Harmonies of #ADF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF785

Black with #ADF785

Text Example


Text Example

White with #ADF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF785; }

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

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

background-color css

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

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

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

border-color css

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

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

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