Html Css Color HEX #AFFC85 Feijoa

📋 copy color: '#AFFC85'

red 175 ◦ green 252 ◦ blue 133

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

Shades of Feijoa #AFFC85

Tints of Feijoa #AFFC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45%

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

R = 31.25%
G = 45%
B = 23.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#AFFC85 (or 0xAFFC85) is known color: Feijoa. HEX triplet: AF, FC and 85. RGB value is (175,252,133). Sum of RGB (Red+Green+Blue) = 175+252+133=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC85 is #50037A. Grayscale: #D7D7D7. Windows color (decimal): -5243771 or 8780975. OLE color: 8780975.

HSL color Cylindrical-coordinate representation of color #AFFC85: hue angle of 98.82º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFFC85 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 133 -
CMYK 0.31 0 0.47 0.01
HSL 98.82º 0.95% 0.75% -
HSV(B) 98.82º 0.47% 0.99% -
XYZ 56.72 80.43 34.72 -
YUV 215.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 175 252 133 0.31 0 0.47 0.01 98.82 0.95 0.75
Hex AF FC 85 1F 0 2F 1 63 5F 4B
Octal 257 374 205 37 0 57 1 143 137 113
Binary 10101111 11111100 10000101 11111 0 101111 1 1100011 1011111 1001011

Color Harmonies of #AFFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC85

Black with #AFFC85

Text Example


Text Example

White with #AFFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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