Html Css Color HEX #AFDE49 Conifer

📋 copy color: '#AFDE49'

red 175 ◦ green 222 ◦ blue 73

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

Shades of Conifer #AFDE49

Tints of Conifer #AFDE49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.53%

R = 37.23%
G = 47.23%
B = 15.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#AFDE49 (or 0xAFDE49) is known color: Conifer. HEX triplet: AF, DE and 49. RGB value is (175,222,73). Sum of RGB (Red+Green+Blue) = 175+222+73=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE49 is #5021B6. Grayscale: #BFBFBF. Windows color (decimal): -5251511 or 4841135. OLE color: 4841135.

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

Color convert

RGB 175 222 73 -
CMYK 0.21 0 0.67 0.13
HSL 78.93º 0.69% 0.58% -
HSV(B) 78.93º 0.67% 0.87% -
XYZ 45 61.84 15.87 -
YUV 190.96 61.43 116.62 -
System Red Green Blue C M Y K H S L
Decimal 175 222 73 0.21 0 0.67 0.13 78.93 0.69 0.58
Hex AF DE 49 15 0 43 D 4F 45 3A
Octal 257 336 111 25 0 103 15 117 105 72
Binary 10101111 11011110 1001001 10101 0 1000011 1101 1001111 1000101 111010

Color Harmonies of #AFDE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE49

Black with #AFDE49

Text Example


Text Example

White with #AFDE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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