Html Css Color HEX #AFDA85 Feijoa

📋 copy color: '#AFDA85'

red 175 ◦ green 218 ◦ blue 133

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

Shades of Feijoa #AFDA85

Tints of Feijoa #AFDA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 133 (52.34% from 255) = 25.29%

R = 33.27%
G = 41.44%
B = 25.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#AFDA85 (or 0xAFDA85) is known color: Feijoa. HEX triplet: AF, DA and 85. RGB value is (175,218,133). Sum of RGB (Red+Green+Blue) = 175+218+133=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA85 is #50257A. Grayscale: #C3C3C3. Windows color (decimal): -5252475 or 8772271. OLE color: 8772271.

HSL color Cylindrical-coordinate representation of color #AFDA85: hue angle of 90.35º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFDA85 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 133 -
CMYK 0.20 0 0.39 0.15
HSL 90.35º 0.53% 0.69% -
HSV(B) 90.35º 0.39% 0.85% -
XYZ 46.98 60.95 31.48 -
YUV 195.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 175 218 133 0.20 0 0.39 0.15 90.35 0.53 0.69
Hex AF DA 85 14 0 27 F 5A 35 45
Octal 257 332 205 24 0 47 17 132 65 105
Binary 10101111 11011010 10000101 10100 0 100111 1111 1011010 110101 1000101

Color Harmonies of #AFDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA85

Black with #AFDA85

Text Example


Text Example

White with #AFDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA85; }

 p { color: rgb(175,218,133); }

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

background-color css

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

 a { background-color: rgb(175,218,133); }

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

border-color css

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

 span { border-color: rgb(175,218,133); }

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