Html Css Color HEX #AFE051 Conifer

📋 copy color: '#AFE051'

red 175 ◦ green 224 ◦ blue 81

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

Shades of Conifer #AFE051

Tints of Conifer #AFE051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.88%

R = 36.46%
G = 46.67%
B = 16.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#AFE051 (or 0xAFE051) is known color: Conifer. HEX triplet: AF, E0 and 51. RGB value is (175,224,81). Sum of RGB (Red+Green+Blue) = 175+224+81=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 81 (32.03% from 255 or 16.88% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE051 is #501FAE. Grayscale: #C1C1C1. Windows color (decimal): -5250991 or 5365935. OLE color: 5365935.

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

Color convert

RGB 175 224 81 -
CMYK 0.22 0 0.64 0.12
HSL 80.56º 0.7% 0.6% -
HSV(B) 80.56º 0.64% 0.88% -
XYZ 45.82 63.02 17.53 -
YUV 193.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 175 224 81 0.22 0 0.64 0.12 80.56 0.7 0.6
Hex AF E0 51 16 0 40 C 51 46 3C
Octal 257 340 121 26 0 100 14 121 106 74
Binary 10101111 11100000 1010001 10110 0 1000000 1100 1010001 1000110 111100

Color Harmonies of #AFE051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE051

Black with #AFE051

Text Example


Text Example

White with #AFE051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE051; }

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

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

background-color css

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

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

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

border-color css

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

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

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