Html Css Color HEX #AFEB7B Feijoa

📋 copy color: '#AFEB7B'

red 175 ◦ green 235 ◦ blue 123

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

Shades of Feijoa #AFEB7B

Tints of Feijoa #AFEB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.08%

R = 32.83%
G = 44.09%
B = 23.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#AFEB7B (or 0xAFEB7B) is known color: Feijoa. HEX triplet: AF, EB and 7B. RGB value is (175,235,123). Sum of RGB (Red+Green+Blue) = 175+235+123=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB7B is #501484. Grayscale: #CCCCCC. Windows color (decimal): -5248133 or 8121263. OLE color: 8121263.

HSL color Cylindrical-coordinate representation of color #AFEB7B: hue angle of 92.14º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFEB7B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 123 -
CMYK 0.26 0 0.48 0.08
HSL 92.14º 0.74% 0.7% -
HSV(B) 92.14º 0.48% 0.92% -
XYZ 50.96 69.96 29.56 -
YUV 204.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 175 235 123 0.26 0 0.48 0.08 92.14 0.74 0.7
Hex AF EB 7B 1A 0 30 8 5C 4A 46
Octal 257 353 173 32 0 60 10 134 112 106
Binary 10101111 11101011 1111011 11010 0 110000 1000 1011100 1001010 1000110

Color Harmonies of #AFEB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB7B

Black with #AFEB7B

Text Example


Text Example

White with #AFEB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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