Html Css Color HEX #AFDC3F Conifer

📋 copy color: '#AFDC3F'

red 175 ◦ green 220 ◦ blue 63

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

Shades of Conifer #AFDC3F

Tints of Conifer #AFDC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.76%

R = 38.21%
G = 48.03%
B = 13.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#AFDC3F (or 0xAFDC3F) is known color: Conifer. HEX triplet: AF, DC and 3F. RGB value is (175,220,63). Sum of RGB (Red+Green+Blue) = 175+220+63=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC3F is #5023C0. Grayscale: #BDBDBD. Windows color (decimal): -5252033 or 4185263. OLE color: 4185263.

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

Color convert

RGB 175 220 63 -
CMYK 0.20 0 0.71 0.14
HSL 77.2º 0.69% 0.55% -
HSV(B) 77.2º 0.71% 0.86% -
XYZ 44.17 60.66 14.08 -
YUV 188.65 57.09 118.27 -
System Red Green Blue C M Y K H S L
Decimal 175 220 63 0.20 0 0.71 0.14 77.2 0.69 0.55
Hex AF DC 3F 14 0 47 E 4D 45 37
Octal 257 334 77 24 0 107 16 115 105 67
Binary 10101111 11011100 111111 10100 0 1000111 1110 1001101 1000101 110111

Color Harmonies of #AFDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC3F

Black with #AFDC3F

Text Example


Text Example

White with #AFDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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