Html Css Color HEX #AFEC53 Conifer

📋 copy color: '#AFEC53'

red 175 ◦ green 236 ◦ blue 83

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

Shades of Conifer #AFEC53

Tints of Conifer #AFEC53

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

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

R = 35.43%
G = 47.77%
B = 16.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#AFEC53 (or 0xAFEC53) is known color: Conifer. HEX triplet: AF, EC and 53. RGB value is (175,236,83). Sum of RGB (Red+Green+Blue) = 175+236+83=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC53 is #5013AC. Grayscale: #C8C8C8. Windows color (decimal): -5247917 or 5500079. OLE color: 5500079.

HSL color Cylindrical-coordinate representation of color #AFEC53: hue angle of 83.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFEC53 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 83 -
CMYK 0.26 0 0.65 0.07
HSL 83.92º 0.8% 0.63% -
HSV(B) 83.92º 0.65% 0.93% -
XYZ 49.24 69.73 19.05 -
YUV 200.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 175 236 83 0.26 0 0.65 0.07 83.92 0.8 0.63
Hex AF EC 53 1A 0 41 7 54 50 3F
Octal 257 354 123 32 0 101 7 124 120 77
Binary 10101111 11101100 1010011 11010 0 1000001 111 1010100 1010000 111111

Color Harmonies of #AFEC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC53

Black with #AFEC53

Text Example


Text Example

White with #AFEC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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