Html Css Color HEX #AFDF83 Feijoa

📋 copy color: '#AFDF83'

red 175 ◦ green 223 ◦ blue 131

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

Shades of Feijoa #AFDF83

Tints of Feijoa #AFDF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.16%

 BLUE value IS 131 (51.56% from 255) = 24.76%

R = 33.08%
G = 42.16%
B = 24.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#AFDF83 (or 0xAFDF83) is known color: Feijoa. HEX triplet: AF, DF and 83. RGB value is (175,223,131). Sum of RGB (Red+Green+Blue) = 175+223+131=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF83 is #50207C. Grayscale: #C6C6C6. Windows color (decimal): -5251197 or 8642479. OLE color: 8642479.

HSL color Cylindrical-coordinate representation of color #AFDF83: hue angle of 91.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDF83 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 131 -
CMYK 0.22 0 0.41 0.13
HSL 91.3º 0.59% 0.69% -
HSV(B) 91.3º 0.41% 0.87% -
XYZ 48.16 63.53 31.2 -
YUV 198.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 175 223 131 0.22 0 0.41 0.13 91.3 0.59 0.69
Hex AF DF 83 16 0 29 D 5B 3B 45
Octal 257 337 203 26 0 51 15 133 73 105
Binary 10101111 11011111 10000011 10110 0 101001 1101 1011011 111011 1000101

Color Harmonies of #AFDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF83

Black with #AFDF83

Text Example


Text Example

White with #AFDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF83; }

 p { color: rgb(175,223,131); }

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

background-color css

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

 a { background-color: rgb(175,223,131); }

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

border-color css

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

 span { border-color: rgb(175,223,131); }

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