Html Css Color HEX #AFEA77 Feijoa

📋 copy color: '#AFEA77'

red 175 ◦ green 234 ◦ blue 119

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

Shades of Feijoa #AFEA77

Tints of Feijoa #AFEA77

RGB

 RED value IS 175 (68.75% from 255) = 33.14%

 GREEN value IS 234 (91.8% from 255) = 44.32%

 BLUE value IS 119 (46.88% from 255) = 22.54%

R = 33.14%
G = 44.32%
B = 22.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#AFEA77 (or 0xAFEA77) is known color: Feijoa. HEX triplet: AF, EA and 77. RGB value is (175,234,119). Sum of RGB (Red+Green+Blue) = 175+234+119=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA77 is #501588. Grayscale: #CBCBCB. Windows color (decimal): -5248393 or 7858863. OLE color: 7858863.

HSL color Cylindrical-coordinate representation of color #AFEA77: hue angle of 90.78º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFEA77 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 119 -
CMYK 0.25 0 0.49 0.08
HSL 90.78º 0.73% 0.69% -
HSV(B) 90.78º 0.49% 0.92% -
XYZ 50.43 69.29 28.17 -
YUV 203.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 175 234 119 0.25 0 0.49 0.08 90.78 0.73 0.69
Hex AF EA 77 19 0 31 8 5B 49 45
Octal 257 352 167 31 0 61 10 133 111 105
Binary 10101111 11101010 1110111 11001 0 110001 1000 1011011 1001001 1000101

Color Harmonies of #AFEA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA77

Black with #AFEA77

Text Example


Text Example

White with #AFEA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA77; }

 p { color: rgb(175,234,119); }

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

background-color css

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

 a { background-color: rgb(175,234,119); }

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

border-color css

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

 span { border-color: rgb(175,234,119); }

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