Html Css Color HEX #AFDC3E Conifer

📋 copy color: '#AFDC3E'

red 175 ◦ green 220 ◦ blue 62

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

Shades of Conifer #AFDC3E

Tints of Conifer #AFDC3E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.14%

 BLUE value IS 62 (24.61% from 255) = 13.57%

R = 38.29%
G = 48.14%
B = 13.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#AFDC3E (or 0xAFDC3E) is known color: Conifer. HEX triplet: AF, DC and 3E. RGB value is (175,220,62). Sum of RGB (Red+Green+Blue) = 175+220+62=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC3E is #5023C1. Grayscale: #BDBDBD. Windows color (decimal): -5252034 or 4119727. OLE color: 4119727.

HSL color Cylindrical-coordinate representation of color #AFDC3E: hue angle of 77.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFDC3E is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 62 -
CMYK 0.20 0 0.72 0.14
HSL 77.09º 0.69% 0.55% -
HSV(B) 77.09º 0.72% 0.86% -
XYZ 44.14 60.65 13.94 -
YUV 188.53 56.59 118.35 -
System Red Green Blue C M Y K H S L
Decimal 175 220 62 0.20 0 0.72 0.14 77.09 0.69 0.55
Hex AF DC 3E 14 0 48 E 4D 45 37
Octal 257 334 76 24 0 110 16 115 105 67
Binary 10101111 11011100 111110 10100 0 1001000 1110 1001101 1000101 110111

Color Harmonies of #AFDC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC3E

Black with #AFDC3E

Text Example


Text Example

White with #AFDC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC3E; }

 p { color: rgb(175,220,62); }

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

background-color css

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

 a { background-color: rgb(175,220,62); }

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

border-color css

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

 span { border-color: rgb(175,220,62); }

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