Html Css Color HEX #AFEF7D Feijoa

📋 copy color: '#AFEF7D'

red 175 ◦ green 239 ◦ blue 125

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

Shades of Feijoa #AFEF7D

Tints of Feijoa #AFEF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.19%

R = 32.47%
G = 44.34%
B = 23.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#AFEF7D (or 0xAFEF7D) is known color: Feijoa. HEX triplet: AF, EF and 7D. RGB value is (175,239,125). Sum of RGB (Red+Green+Blue) = 175+239+125=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF7D is #501082. Grayscale: #CFCFCF. Windows color (decimal): -5247107 or 8253359. OLE color: 8253359.

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

Color convert

RGB 175 239 125 -
CMYK 0.27 0 0.48 0.06
HSL 93.68º 0.78% 0.71% -
HSV(B) 93.68º 0.48% 0.94% -
XYZ 52.25 72.33 30.61 -
YUV 206.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 175 239 125 0.27 0 0.48 0.06 93.68 0.78 0.71
Hex AF EF 7D 1B 0 30 6 5E 4E 47
Octal 257 357 175 33 0 60 6 136 116 107
Binary 10101111 11101111 1111101 11011 0 110000 110 1011110 1001110 1000111

Color Harmonies of #AFEF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF7D

Black with #AFEF7D

Text Example


Text Example

White with #AFEF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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