Html Css Color HEX #AFDD49 Conifer

📋 copy color: '#AFDD49'

red 175 ◦ green 221 ◦ blue 73

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

Shades of Conifer #AFDD49

Tints of Conifer #AFDD49

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 37.31%
G = 47.12%
B = 15.57%

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

#AFDD49 (or 0xAFDD49) is known color: Conifer. HEX triplet: AF, DD and 49. RGB value is (175,221,73). Sum of RGB (Red+Green+Blue) = 175+221+73=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD49 is #5022B6. Grayscale: #BEBEBE. Windows color (decimal): -5251767 or 4840879. OLE color: 4840879.

HSL color Cylindrical-coordinate representation of color #AFDD49: hue angle of 78.65º 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 #AFDD49 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 73 -
CMYK 0.21 0 0.67 0.13
HSL 78.65º 0.69% 0.58% -
HSV(B) 78.65º 0.67% 0.87% -
XYZ 44.74 61.31 15.78 -
YUV 190.37 61.76 117.03 -
System Red Green Blue C M Y K H S L
Decimal 175 221 73 0.21 0 0.67 0.13 78.65 0.69 0.58
Hex AF DD 49 15 0 43 D 4F 45 3A
Octal 257 335 111 25 0 103 15 117 105 72
Binary 10101111 11011101 1001001 10101 0 1000011 1101 1001111 1000101 111010

Color Harmonies of #AFDD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD49

Black with #AFDD49

Text Example


Text Example

White with #AFDD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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