Html Css Color HEX #AFE83F Conifer

📋 copy color: '#AFE83F'

red 175 ◦ green 232 ◦ blue 63

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

Shades of Conifer #AFE83F

Tints of Conifer #AFE83F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

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

R = 37.23%
G = 49.36%
B = 13.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AFE83F (or 0xAFE83F) is known color: Conifer. HEX triplet: AF, E8 and 3F. RGB value is (175,232,63). Sum of RGB (Red+Green+Blue) = 175+232+63=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE83F is #5017C0. Grayscale: #C4C4C4. Windows color (decimal): -5248961 or 4188335. OLE color: 4188335.

HSL color Cylindrical-coordinate representation of color #AFE83F: hue angle of 80.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE83F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 63 -
CMYK 0.25 0 0.73 0.09
HSL 80.24º 0.79% 0.58% -
HSV(B) 80.24º 0.73% 0.91% -
XYZ 47.43 67.19 15.17 -
YUV 195.69 53.12 113.24 -
System Red Green Blue C M Y K H S L
Decimal 175 232 63 0.25 0 0.73 0.09 80.24 0.79 0.58
Hex AF E8 3F 19 0 49 9 50 4F 3A
Octal 257 350 77 31 0 111 11 120 117 72
Binary 10101111 11101000 111111 11001 0 1001001 1001 1010000 1001111 111010

Color Harmonies of #AFE83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE83F

Black with #AFE83F

Text Example


Text Example

White with #AFE83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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