Html Css Color HEX #AFE553 Conifer

📋 copy color: '#AFE553'

red 175 ◦ green 229 ◦ blue 83

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

Shades of Conifer #AFE553

Tints of Conifer #AFE553

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.02%

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

R = 35.93%
G = 47.02%
B = 17.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#AFE553 (or 0xAFE553) is known color: Conifer. HEX triplet: AF, E5 and 53. RGB value is (175,229,83). Sum of RGB (Red+Green+Blue) = 175+229+83=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 83 (32.81% from 255 or 17.04% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE553 is #501AAC. Grayscale: #C4C4C4. Windows color (decimal): -5249709 or 5498287. OLE color: 5498287.

HSL color Cylindrical-coordinate representation of color #AFE553: hue angle of 82.19º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFE553 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 83 -
CMYK 0.24 0 0.64 0.10
HSL 82.19º 0.74% 0.61% -
HSV(B) 82.19º 0.64% 0.9% -
XYZ 47.26 65.78 18.39 -
YUV 196.21 64.11 112.87 -
System Red Green Blue C M Y K H S L
Decimal 175 229 83 0.24 0 0.64 0.10 82.19 0.74 0.61
Hex AF E5 53 18 0 40 A 52 4A 3D
Octal 257 345 123 30 0 100 12 122 112 75
Binary 10101111 11100101 1010011 11000 0 1000000 1010 1010010 1001010 111101

Color Harmonies of #AFE553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE553

Black with #AFE553

Text Example


Text Example

White with #AFE553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE553; }

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

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

background-color css

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

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

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

border-color css

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

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

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