Html Css Color HEX #AFE353 Conifer

📋 copy color: '#AFE353'

red 175 ◦ green 227 ◦ blue 83

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

Shades of Conifer #AFE353

Tints of Conifer #AFE353

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.8%

 BLUE value IS 83 (32.81% from 255) = 17.11%

R = 36.08%
G = 46.8%
B = 17.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#AFE353 (or 0xAFE353) is known color: Conifer. HEX triplet: AF, E3 and 53. RGB value is (175,227,83). Sum of RGB (Red+Green+Blue) = 175+227+83=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE353 is #501CAC. Grayscale: #C3C3C3. Windows color (decimal): -5250221 or 5497775. OLE color: 5497775.

HSL color Cylindrical-coordinate representation of color #AFE353: hue angle of 81.67º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE353 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 83 -
CMYK 0.23 0 0.63 0.11
HSL 81.67º 0.72% 0.61% -
HSV(B) 81.67º 0.63% 0.89% -
XYZ 46.71 64.68 18.21 -
YUV 195.04 64.77 113.71 -
System Red Green Blue C M Y K H S L
Decimal 175 227 83 0.23 0 0.63 0.11 81.67 0.72 0.61
Hex AF E3 53 17 0 3F B 52 48 3D
Octal 257 343 123 27 0 77 13 122 110 75
Binary 10101111 11100011 1010011 10111 0 111111 1011 1010010 1001000 111101

Color Harmonies of #AFE353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE353

Black with #AFE353

Text Example


Text Example

White with #AFE353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE353; }

 p { color: rgb(175,227,83); }

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

background-color css

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

 a { background-color: rgb(175,227,83); }

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

border-color css

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

 span { border-color: rgb(175,227,83); }

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