Html Css Color HEX #AFE057 Conifer

📋 copy color: '#AFE057'

red 175 ◦ green 224 ◦ blue 87

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

Shades of Conifer #AFE057

Tints of Conifer #AFE057

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 87 (34.38% from 255) = 17.9%

R = 36.01%
G = 46.09%
B = 17.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#AFE057 (or 0xAFE057) is known color: Conifer. HEX triplet: AF, E0 and 57. RGB value is (175,224,87). Sum of RGB (Red+Green+Blue) = 175+224+87=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE057 is #501FA8. Grayscale: #C2C2C2. Windows color (decimal): -5250985 or 5759151. OLE color: 5759151.

HSL color Cylindrical-coordinate representation of color #AFE057: hue angle of 81.46º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFE057 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 87 -
CMYK 0.22 0 0.61 0.12
HSL 81.46º 0.69% 0.61% -
HSV(B) 81.46º 0.61% 0.88% -
XYZ 46.06 63.11 18.77 -
YUV 193.73 67.77 114.64 -
System Red Green Blue C M Y K H S L
Decimal 175 224 87 0.22 0 0.61 0.12 81.46 0.69 0.61
Hex AF E0 57 16 0 3D C 51 45 3D
Octal 257 340 127 26 0 75 14 121 105 75
Binary 10101111 11100000 1010111 10110 0 111101 1100 1010001 1000101 111101

Color Harmonies of #AFE057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE057

Black with #AFE057

Text Example


Text Example

White with #AFE057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE057; }

 p { color: rgb(175,224,87); }

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

background-color css

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

 a { background-color: rgb(175,224,87); }

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

border-color css

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

 span { border-color: rgb(175,224,87); }

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