Html Css Color HEX #AFD542 Conifer

📋 copy color: '#AFD542'

red 175 ◦ green 213 ◦ blue 66

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

Shades of Conifer #AFD542

Tints of Conifer #AFD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

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

R = 38.55%
G = 46.92%
B = 14.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#AFD542 (or 0xAFD542) is known color: Conifer. HEX triplet: AF, D5 and 42. RGB value is (175,213,66). Sum of RGB (Red+Green+Blue) = 175+213+66=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD542 is #502ABD. Grayscale: #B9B9B9. Windows color (decimal): -5253822 or 4380079. OLE color: 4380079.

HSL color Cylindrical-coordinate representation of color #AFD542: hue angle of 75.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFD542 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 66 -
CMYK 0.18 0 0.69 0.16
HSL 75.51º 0.64% 0.55% -
HSV(B) 75.51º 0.69% 0.84% -
XYZ 42.46 57.1 13.94 -
YUV 184.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 175 213 66 0.18 0 0.69 0.16 75.51 0.64 0.55
Hex AF D5 42 12 0 45 10 4C 40 37
Octal 257 325 102 22 0 105 20 114 100 67
Binary 10101111 11010101 1000010 10010 0 1000101 10000 1001100 1000000 110111

Color Harmonies of #AFD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD542

Black with #AFD542

Text Example


Text Example

White with #AFD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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