Html Css Color HEX #AFE43F Conifer

📋 copy color: '#AFE43F'

red 175 ◦ green 228 ◦ blue 63

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

Shades of Conifer #AFE43F

Tints of Conifer #AFE43F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

 BLUE value IS 63 (25% from 255) = 13.52%

R = 37.55%
G = 48.93%
B = 13.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#AFE43F (or 0xAFE43F) is known color: Conifer. HEX triplet: AF, E4 and 3F. RGB value is (175,228,63). Sum of RGB (Red+Green+Blue) = 175+228+63=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE43F is #501BC0. Grayscale: #C1C1C1. Windows color (decimal): -5249985 or 4187311. OLE color: 4187311.

HSL color Cylindrical-coordinate representation of color #AFE43F: hue angle of 79.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFE43F is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 63 -
CMYK 0.23 0 0.72 0.11
HSL 79.27º 0.75% 0.57% -
HSV(B) 79.27º 0.72% 0.89% -
XYZ 46.32 64.96 14.8 -
YUV 193.34 54.44 114.92 -
System Red Green Blue C M Y K H S L
Decimal 175 228 63 0.23 0 0.72 0.11 79.27 0.75 0.57
Hex AF E4 3F 17 0 48 B 4F 4B 39
Octal 257 344 77 27 0 110 13 117 113 71
Binary 10101111 11100100 111111 10111 0 1001000 1011 1001111 1001011 111001

Color Harmonies of #AFE43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE43F

Black with #AFE43F

Text Example


Text Example

White with #AFE43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE43F; }

 p { color: rgb(175,228,63); }

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

background-color css

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

 a { background-color: rgb(175,228,63); }

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

border-color css

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

 span { border-color: rgb(175,228,63); }

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