Html Css Color HEX #AFD242 Conifer

📋 copy color: '#AFD242'

red 175 ◦ green 210 ◦ blue 66

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

Shades of Conifer #AFD242

Tints of Conifer #AFD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

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

R = 38.8%
G = 46.56%
B = 14.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#AFD242 (or 0xAFD242) is known color: Conifer. HEX triplet: AF, D2 and 42. RGB value is (175,210,66). Sum of RGB (Red+Green+Blue) = 175+210+66=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD242 is #502DBD. Grayscale: #B7B7B7. Windows color (decimal): -5254590 or 4379311. OLE color: 4379311.

HSL color Cylindrical-coordinate representation of color #AFD242: hue angle of 74.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFD242 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 66 -
CMYK 0.17 0 0.69 0.18
HSL 74.58º 0.62% 0.54% -
HSV(B) 74.58º 0.69% 0.82% -
XYZ 41.71 55.6 13.69 -
YUV 183.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 175 210 66 0.17 0 0.69 0.18 74.58 0.62 0.54
Hex AF D2 42 11 0 45 12 4B 3E 36
Octal 257 322 102 21 0 105 22 113 76 66
Binary 10101111 11010010 1000010 10001 0 1000101 10010 1001011 111110 110110

Color Harmonies of #AFD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD242

Black with #AFD242

Text Example


Text Example

White with #AFD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD242; }

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

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

background-color css

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

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

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

border-color css

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

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

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