Html Css Color HEX #AFE63F Conifer

📋 copy color: '#AFE63F'

red 175 ◦ green 230 ◦ blue 63

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

Shades of Conifer #AFE63F

Tints of Conifer #AFE63F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.15%

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

R = 37.39%
G = 49.15%
B = 13.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#AFE63F (or 0xAFE63F) is known color: Conifer. HEX triplet: AF, E6 and 3F. RGB value is (175,230,63). Sum of RGB (Red+Green+Blue) = 175+230+63=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE63F is #5019C0. Grayscale: #C3C3C3. Windows color (decimal): -5249473 or 4187823. OLE color: 4187823.

HSL color Cylindrical-coordinate representation of color #AFE63F: hue angle of 79.76º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE63F is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 63 -
CMYK 0.24 0 0.73 0.10
HSL 79.76º 0.77% 0.57% -
HSV(B) 79.76º 0.73% 0.9% -
XYZ 46.87 66.07 14.98 -
YUV 194.52 53.78 114.08 -
System Red Green Blue C M Y K H S L
Decimal 175 230 63 0.24 0 0.73 0.10 79.76 0.77 0.57
Hex AF E6 3F 18 0 49 A 50 4D 39
Octal 257 346 77 30 0 111 12 120 115 71
Binary 10101111 11100110 111111 11000 0 1001001 1010 1010000 1001101 111001

Color Harmonies of #AFE63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE63F

Black with #AFE63F

Text Example


Text Example

White with #AFE63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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