Html Css Color HEX #AFED77 Feijoa

📋 copy color: '#AFED77'

red 175 ◦ green 237 ◦ blue 119

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

Shades of Feijoa #AFED77

Tints of Feijoa #AFED77

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.63%

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

R = 32.96%
G = 44.63%
B = 22.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#AFED77 (or 0xAFED77) is known color: Feijoa. HEX triplet: AF, ED and 77. RGB value is (175,237,119). Sum of RGB (Red+Green+Blue) = 175+237+119=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED77 is #501288. Grayscale: #CDCDCD. Windows color (decimal): -5247625 or 7859631. OLE color: 7859631.

HSL color Cylindrical-coordinate representation of color #AFED77: hue angle of 91.53º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFED77 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 119 -
CMYK 0.26 0 0.50 0.07
HSL 91.53º 0.77% 0.7% -
HSV(B) 91.53º 0.5% 0.93% -
XYZ 51.29 71.01 28.46 -
YUV 205.01 79.46 106.59 -
System Red Green Blue C M Y K H S L
Decimal 175 237 119 0.26 0 0.50 0.07 91.53 0.77 0.7
Hex AF ED 77 1A 0 32 7 5C 4D 46
Octal 257 355 167 32 0 62 7 134 115 106
Binary 10101111 11101101 1110111 11010 0 110010 111 1011100 1001101 1000110

Color Harmonies of #AFED77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED77

Black with #AFED77

Text Example


Text Example

White with #AFED77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED77; }

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

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

background-color css

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

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

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

border-color css

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

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

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