Html Css Color HEX #AFF47D Feijoa

📋 copy color: '#AFF47D'

red 175 ◦ green 244 ◦ blue 125

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

Shades of Feijoa #AFF47D

Tints of Feijoa #AFF47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.85%

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

R = 32.17%
G = 44.85%
B = 22.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#AFF47D (or 0xAFF47D) is known color: Feijoa. HEX triplet: AF, F4 and 7D. RGB value is (175,244,125). Sum of RGB (Red+Green+Blue) = 175+244+125=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 244 (95.70% from 255 or 44.85% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF47D is #500B82. Grayscale: #D2D2D2. Windows color (decimal): -5245827 or 8254639. OLE color: 8254639.

HSL color Cylindrical-coordinate representation of color #AFF47D: hue angle of 94.79º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF47D is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 125 -
CMYK 0.28 0 0.49 0.04
HSL 94.79º 0.84% 0.72% -
HSV(B) 94.79º 0.49% 0.96% -
XYZ 53.73 75.3 31.1 -
YUV 209.8 80.14 103.18 -
System Red Green Blue C M Y K H S L
Decimal 175 244 125 0.28 0 0.49 0.04 94.79 0.84 0.72
Hex AF F4 7D 1C 0 31 4 5F 54 48
Octal 257 364 175 34 0 61 4 137 124 110
Binary 10101111 11110100 1111101 11100 0 110001 100 1011111 1010100 1001000

Color Harmonies of #AFF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF47D

Black with #AFF47D

Text Example


Text Example

White with #AFF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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