Html Css Color HEX #AFE73C Conifer

📋 copy color: '#AFE73C'

red 175 ◦ green 231 ◦ blue 60

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

Shades of Conifer #AFE73C

Tints of Conifer #AFE73C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.57%

 BLUE value IS 60 (23.83% from 255) = 12.88%

R = 37.55%
G = 49.57%
B = 12.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#AFE73C (or 0xAFE73C) is known color: Conifer. HEX triplet: AF, E7 and 3C. RGB value is (175,231,60). Sum of RGB (Red+Green+Blue) = 175+231+60=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 60 (23.83% from 255 or 12.88% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE73C is #5018C3. Grayscale: #C3C3C3. Windows color (decimal): -5249220 or 3991471. OLE color: 3991471.

HSL color Cylindrical-coordinate representation of color #AFE73C: hue angle of 79.65º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE73C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 60 -
CMYK 0.24 0 0.74 0.09
HSL 79.65º 0.78% 0.57% -
HSV(B) 79.65º 0.74% 0.91% -
XYZ 47.07 66.59 14.65 -
YUV 194.76 51.95 113.9 -
System Red Green Blue C M Y K H S L
Decimal 175 231 60 0.24 0 0.74 0.09 79.65 0.78 0.57
Hex AF E7 3C 18 0 4A 9 50 4E 39
Octal 257 347 74 30 0 112 11 120 116 71
Binary 10101111 11100111 111100 11000 0 1001010 1001 1010000 1001110 111001

Color Harmonies of #AFE73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE73C

Black with #AFE73C

Text Example


Text Example

White with #AFE73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE73C; }

 p { color: rgb(175,231,60); }

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

background-color css

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

 a { background-color: rgb(175,231,60); }

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

border-color css

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

 span { border-color: rgb(175,231,60); }

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