Html Css Color HEX #AFEB77 Feijoa

📋 copy color: '#AFEB77'

red 175 ◦ green 235 ◦ blue 119

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

Shades of Feijoa #AFEB77

Tints of Feijoa #AFEB77

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

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

R = 33.08%
G = 44.42%
B = 22.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#AFEB77 (or 0xAFEB77) is known color: Feijoa. HEX triplet: AF, EB and 77. RGB value is (175,235,119). Sum of RGB (Red+Green+Blue) = 175+235+119=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB77 is #501488. Grayscale: #CCCCCC. Windows color (decimal): -5248137 or 7859119. OLE color: 7859119.

HSL color Cylindrical-coordinate representation of color #AFEB77: hue angle of 91.03º degrees, saturation: 0.74, 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 #AFEB77 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 119 -
CMYK 0.26 0 0.49 0.08
HSL 91.03º 0.74% 0.69% -
HSV(B) 91.03º 0.49% 0.92% -
XYZ 50.72 69.86 28.26 -
YUV 203.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 175 235 119 0.26 0 0.49 0.08 91.03 0.74 0.69
Hex AF EB 77 1A 0 31 8 5B 4A 45
Octal 257 353 167 32 0 61 10 133 112 105
Binary 10101111 11101011 1110111 11010 0 110001 1000 1011011 1001010 1000101

Color Harmonies of #AFEB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB77

Black with #AFEB77

Text Example


Text Example

White with #AFEB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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