Html Css Color HEX #AFDD75 Feijoa

📋 copy color: '#AFDD75'

red 175 ◦ green 221 ◦ blue 117

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

Shades of Feijoa #AFDD75

Tints of Feijoa #AFDD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 34.11%
G = 43.08%
B = 22.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#AFDD75 (or 0xAFDD75) is known color: Feijoa. HEX triplet: AF, DD and 75. RGB value is (175,221,117). Sum of RGB (Red+Green+Blue) = 175+221+117=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD75 is #50228A. Grayscale: #C3C3C3. Windows color (decimal): -5251723 or 7724463. OLE color: 7724463.

HSL color Cylindrical-coordinate representation of color #AFDD75: hue angle of 86.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDD75 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 117 -
CMYK 0.21 0 0.47 0.13
HSL 86.54º 0.6% 0.66% -
HSV(B) 86.54º 0.47% 0.87% -
XYZ 46.75 62.11 26.35 -
YUV 195.39 83.76 113.46 -
System Red Green Blue C M Y K H S L
Decimal 175 221 117 0.21 0 0.47 0.13 86.54 0.6 0.66
Hex AF DD 75 15 0 2F D 57 3C 42
Octal 257 335 165 25 0 57 15 127 74 102
Binary 10101111 11011101 1110101 10101 0 101111 1101 1010111 111100 1000010

Color Harmonies of #AFDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD75

Black with #AFDD75

Text Example


Text Example

White with #AFDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD75; }

 p { color: rgb(175,221,117); }

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

background-color css

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

 a { background-color: rgb(175,221,117); }

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

border-color css

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

 span { border-color: rgb(175,221,117); }

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