Html Css Color HEX #AFE342 Conifer

📋 copy color: '#AFE342'

red 175 ◦ green 227 ◦ blue 66

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

Shades of Conifer #AFE342

Tints of Conifer #AFE342

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.5%

 BLUE value IS 66 (26.17% from 255) = 14.1%

R = 37.39%
G = 48.5%
B = 14.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#AFE342 (or 0xAFE342) is known color: Conifer. HEX triplet: AF, E3 and 42. RGB value is (175,227,66). Sum of RGB (Red+Green+Blue) = 175+227+66=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE342 is #501CBD. Grayscale: #C1C1C1. Windows color (decimal): -5250238 or 4383663. OLE color: 4383663.

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

Color convert

RGB 175 227 66 -
CMYK 0.23 0 0.71 0.11
HSL 79.38º 0.74% 0.57% -
HSV(B) 79.38º 0.71% 0.89% -
XYZ 46.13 64.45 15.16 -
YUV 193.1 56.27 115.09 -
System Red Green Blue C M Y K H S L
Decimal 175 227 66 0.23 0 0.71 0.11 79.38 0.74 0.57
Hex AF E3 42 17 0 47 B 4F 4A 39
Octal 257 343 102 27 0 107 13 117 112 71
Binary 10101111 11100011 1000010 10111 0 1000111 1011 1001111 1001010 111001

Color Harmonies of #AFE342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE342

Black with #AFE342

Text Example


Text Example

White with #AFE342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE342; }

 p { color: rgb(175,227,66); }

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

background-color css

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

 a { background-color: rgb(175,227,66); }

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

border-color css

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

 span { border-color: rgb(175,227,66); }

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