Html Css Color HEX #AFD942 Conifer

📋 copy color: '#AFD942'

red 175 ◦ green 217 ◦ blue 66

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

Shades of Conifer #AFD942

Tints of Conifer #AFD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.38%

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

R = 38.21%
G = 47.38%
B = 14.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#AFD942 (or 0xAFD942) is known color: Conifer. HEX triplet: AF, D9 and 42. RGB value is (175,217,66). Sum of RGB (Red+Green+Blue) = 175+217+66=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD942 is #5026BD. Grayscale: #BBBBBB. Windows color (decimal): -5252798 or 4381103. OLE color: 4381103.

HSL color Cylindrical-coordinate representation of color #AFD942: hue angle of 76.69º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFD942 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 66 -
CMYK 0.19 0 0.70 0.15
HSL 76.69º 0.67% 0.55% -
HSV(B) 76.69º 0.7% 0.85% -
XYZ 43.48 59.13 14.28 -
YUV 187.23 59.59 119.28 -
System Red Green Blue C M Y K H S L
Decimal 175 217 66 0.19 0 0.70 0.15 76.69 0.67 0.55
Hex AF D9 42 13 0 46 F 4D 43 37
Octal 257 331 102 23 0 106 17 115 103 67
Binary 10101111 11011001 1000010 10011 0 1000110 1111 1001101 1000011 110111

Color Harmonies of #AFD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD942

Black with #AFD942

Text Example


Text Example

White with #AFD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD942; }

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

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

background-color css

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

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

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

border-color css

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

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

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