Html Css Color HEX #AFDB6F Feijoa

📋 copy color: '#AFDB6F'

red 175 ◦ green 219 ◦ blue 111

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

Shades of Feijoa #AFDB6F

Tints of Feijoa #AFDB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 34.65%
G = 43.37%
B = 21.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#AFDB6F (or 0xAFDB6F) is known color: Feijoa. HEX triplet: AF, DB and 6F. RGB value is (175,219,111). Sum of RGB (Red+Green+Blue) = 175+219+111=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB6F is #502490. Grayscale: #C1C1C1. Windows color (decimal): -5252241 or 7330735. OLE color: 7330735.

HSL color Cylindrical-coordinate representation of color #AFDB6F: hue angle of 84.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFDB6F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 111 -
CMYK 0.20 0 0.49 0.14
HSL 84.44º 0.6% 0.65% -
HSV(B) 84.44º 0.49% 0.86% -
XYZ 45.88 60.92 24.38 -
YUV 193.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 175 219 111 0.20 0 0.49 0.14 84.44 0.6 0.65
Hex AF DB 6F 14 0 31 E 54 3C 41
Octal 257 333 157 24 0 61 16 124 74 101
Binary 10101111 11011011 1101111 10100 0 110001 1110 1010100 111100 1000001

Color Harmonies of #AFDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB6F

Black with #AFDB6F

Text Example


Text Example

White with #AFDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB6F; }

 p { color: rgb(175,219,111); }

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

background-color css

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

 a { background-color: rgb(175,219,111); }

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

border-color css

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

 span { border-color: rgb(175,219,111); }

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