Html Css Color HEX #ADDB74 Feijoa

📋 copy color: '#ADDB74'

red 173 ◦ green 219 ◦ blue 116

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

Shades of Feijoa #ADDB74

Tints of Feijoa #ADDB74

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 34.06%
G = 43.11%
B = 22.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#ADDB74 (or 0xADDB74) is known color: Feijoa. HEX triplet: AD, DB and 74. RGB value is (173,219,116). Sum of RGB (Red+Green+Blue) = 173+219+116=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB74 is #52248B. Grayscale: #C1C1C1. Windows color (decimal): -5383308 or 7658413. OLE color: 7658413.

HSL color Cylindrical-coordinate representation of color #ADDB74: hue angle of 86.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDB74 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 116 -
CMYK 0.21 0 0.47 0.14
HSL 86.8º 0.59% 0.66% -
HSV(B) 86.8º 0.47% 0.86% -
XYZ 45.72 60.81 25.85 -
YUV 193.5 84.26 113.38 -
System Red Green Blue C M Y K H S L
Decimal 173 219 116 0.21 0 0.47 0.14 86.8 0.59 0.66
Hex AD DB 74 15 0 2F E 57 3B 42
Octal 255 333 164 25 0 57 16 127 73 102
Binary 10101101 11011011 1110100 10101 0 101111 1110 1010111 111011 1000010

Color Harmonies of #ADDB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDB74

Black with #ADDB74

Text Example


Text Example

White with #ADDB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDB74; }

 p { color: rgb(173,219,116); }

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

background-color css

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

 a { background-color: rgb(173,219,116); }

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

border-color css

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

 span { border-color: rgb(173,219,116); }

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