Html Css Color HEX #AFE642 Conifer

📋 copy color: '#AFE642'

red 175 ◦ green 230 ◦ blue 66

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

Shades of Conifer #AFE642

Tints of Conifer #AFE642

RGB

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

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

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

R = 37.15%
G = 48.83%
B = 14.01%

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

#AFE642 (or 0xAFE642) is known color: Conifer. HEX triplet: AF, E6 and 42. RGB value is (175,230,66). Sum of RGB (Red+Green+Blue) = 175+230+66=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE642 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE642 is #5019BD. Grayscale: #C3C3C3. Windows color (decimal): -5249470 or 4384431. OLE color: 4384431.

HSL color Cylindrical-coordinate representation of color #AFE642: hue angle of 80.12º 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 #AFE642 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 66 -
CMYK 0.24 0 0.71 0.10
HSL 80.12º 0.77% 0.58% -
HSV(B) 80.12º 0.71% 0.9% -
XYZ 46.96 66.1 15.44 -
YUV 194.86 55.28 113.84 -
System Red Green Blue C M Y K H S L
Decimal 175 230 66 0.24 0 0.71 0.10 80.12 0.77 0.58
Hex AF E6 42 18 0 47 A 50 4D 3A
Octal 257 346 102 30 0 107 12 120 115 72
Binary 10101111 11100110 1000010 11000 0 1000111 1010 1010000 1001101 111010

Color Harmonies of #AFE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE642

Black with #AFE642

Text Example


Text Example

White with #AFE642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE642; }

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

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

background-color css

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

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

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

border-color css

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

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

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