Html Css Color HEX #AFD283 Feijoa

📋 copy color: '#AFD283'

red 175 ◦ green 210 ◦ blue 131

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

Shades of Feijoa #AFD283

Tints of Feijoa #AFD283

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.7%

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

R = 33.91%
G = 40.7%
B = 25.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#AFD283 (or 0xAFD283) is known color: Feijoa. HEX triplet: AF, D2 and 83. RGB value is (175,210,131). Sum of RGB (Red+Green+Blue) = 175+210+131=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD283 is #502D7C. Grayscale: #BEBEBE. Windows color (decimal): -5254525 or 8639151. OLE color: 8639151.

HSL color Cylindrical-coordinate representation of color #AFD283: hue angle of 86.58º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFD283 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 131 -
CMYK 0.17 0 0.38 0.18
HSL 86.58º 0.47% 0.67% -
HSV(B) 86.58º 0.38% 0.82% -
XYZ 44.82 56.85 30.08 -
YUV 190.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 175 210 131 0.17 0 0.38 0.18 86.58 0.47 0.67
Hex AF D2 83 11 0 26 12 57 2F 43
Octal 257 322 203 21 0 46 22 127 57 103
Binary 10101111 11010010 10000011 10001 0 100110 10010 1010111 101111 1000011

Color Harmonies of #AFD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD283

Black with #AFD283

Text Example


Text Example

White with #AFD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD283; }

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

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

background-color css

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

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

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

border-color css

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

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

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