Html Css Color HEX #AFEF7B Feijoa

📋 copy color: '#AFEF7B'

red 175 ◦ green 239 ◦ blue 123

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

Shades of Feijoa #AFEF7B

Tints of Feijoa #AFEF7B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.51%

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

R = 32.59%
G = 44.51%
B = 22.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#AFEF7B (or 0xAFEF7B) is known color: Feijoa. HEX triplet: AF, EF and 7B. RGB value is (175,239,123). Sum of RGB (Red+Green+Blue) = 175+239+123=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF7B is #501084. Grayscale: #CFCFCF. Windows color (decimal): -5247109 or 8122287. OLE color: 8122287.

HSL color Cylindrical-coordinate representation of color #AFEF7B: hue angle of 93.1º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFEF7B is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 123 -
CMYK 0.27 0 0.49 0.06
HSL 93.1º 0.78% 0.71% -
HSV(B) 93.1º 0.49% 0.94% -
XYZ 52.12 72.28 29.94 -
YUV 206.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 175 239 123 0.27 0 0.49 0.06 93.1 0.78 0.71
Hex AF EF 7B 1B 0 31 6 5D 4E 47
Octal 257 357 173 33 0 61 6 135 116 107
Binary 10101111 11101111 1111011 11011 0 110001 110 1011101 1001110 1000111

Color Harmonies of #AFEF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF7B

Black with #AFEF7B

Text Example


Text Example

White with #AFEF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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