Html Css Color HEX #AFDE3C Conifer

📋 copy color: '#AFDE3C'

red 175 ◦ green 222 ◦ blue 60

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

Shades of Conifer #AFDE3C

Tints of Conifer #AFDE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.58%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 38.29%
G = 48.58%
B = 13.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#AFDE3C (or 0xAFDE3C) is known color: Conifer. HEX triplet: AF, DE and 3C. RGB value is (175,222,60). Sum of RGB (Red+Green+Blue) = 175+222+60=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE3C is #5021C3. Grayscale: #BEBEBE. Windows color (decimal): -5251524 or 3989167. OLE color: 3989167.

HSL color Cylindrical-coordinate representation of color #AFDE3C: hue angle of 77.41º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFDE3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 60 -
CMYK 0.21 0 0.73 0.13
HSL 77.41º 0.71% 0.55% -
HSV(B) 77.41º 0.73% 0.87% -
XYZ 44.62 61.68 13.83 -
YUV 189.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 175 222 60 0.21 0 0.73 0.13 77.41 0.71 0.55
Hex AF DE 3C 15 0 49 D 4D 47 37
Octal 257 336 74 25 0 111 15 115 107 67
Binary 10101111 11011110 111100 10101 0 1001001 1101 1001101 1000111 110111

Color Harmonies of #AFDE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE3C

Black with #AFDE3C

Text Example


Text Example

White with #AFDE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE3C; }

 p { color: rgb(175,222,60); }

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

background-color css

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

 a { background-color: rgb(175,222,60); }

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

border-color css

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

 span { border-color: rgb(175,222,60); }

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