Html Css Color HEX #AFE643 Conifer

📋 copy color: '#AFE643'

red 175 ◦ green 230 ◦ blue 67

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

Shades of Conifer #AFE643

Tints of Conifer #AFE643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.19%

R = 37.08%
G = 48.73%
B = 14.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#AFE643 (or 0xAFE643) is known color: Conifer. HEX triplet: AF, E6 and 43. RGB value is (175,230,67). Sum of RGB (Red+Green+Blue) = 175+230+67=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 67 (26.56% from 255 or 14.19% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE643 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE643 is #5019BC. Grayscale: #C3C3C3. Windows color (decimal): -5249469 or 4449967. OLE color: 4449967.

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

Color convert

RGB 175 230 67 -
CMYK 0.24 0 0.71 0.10
HSL 80.25º 0.77% 0.58% -
HSV(B) 80.25º 0.71% 0.9% -
XYZ 46.99 66.11 15.59 -
YUV 194.97 55.78 113.75 -
System Red Green Blue C M Y K H S L
Decimal 175 230 67 0.24 0 0.71 0.10 80.25 0.77 0.58
Hex AF E6 43 18 0 47 A 50 4D 3A
Octal 257 346 103 30 0 107 12 120 115 72
Binary 10101111 11100110 1000011 11000 0 1000111 1010 1010000 1001101 111010

Color Harmonies of #AFE643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE643

Black with #AFE643

Text Example


Text Example

White with #AFE643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE643; }

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

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

background-color css

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

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

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

border-color css

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

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

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