Html Css Color HEX #AFDF48 Conifer

📋 copy color: '#AFDF48'

red 175 ◦ green 223 ◦ blue 72

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

Shades of Conifer #AFDF48

Tints of Conifer #AFDF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.45%

 BLUE value IS 72 (28.52% from 255) = 15.32%

R = 37.23%
G = 47.45%
B = 15.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#AFDF48 (or 0xAFDF48) is known color: Conifer. HEX triplet: AF, DF and 48. RGB value is (175,223,72). Sum of RGB (Red+Green+Blue) = 175+223+72=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF48 is #5020B7. Grayscale: #BFBFBF. Windows color (decimal): -5251256 or 4775855. OLE color: 4775855.

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

Color convert

RGB 175 223 72 -
CMYK 0.22 0 0.68 0.13
HSL 79.07º 0.7% 0.58% -
HSV(B) 79.07º 0.68% 0.87% -
XYZ 45.24 62.36 15.78 -
YUV 191.43 60.6 116.28 -
System Red Green Blue C M Y K H S L
Decimal 175 223 72 0.22 0 0.68 0.13 79.07 0.7 0.58
Hex AF DF 48 16 0 44 D 4F 46 3A
Octal 257 337 110 26 0 104 15 117 106 72
Binary 10101111 11011111 1001000 10110 0 1000100 1101 1001111 1000110 111010

Color Harmonies of #AFDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF48

Black with #AFDF48

Text Example


Text Example

White with #AFDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF48; }

 p { color: rgb(175,223,72); }

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

background-color css

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

 a { background-color: rgb(175,223,72); }

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

border-color css

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

 span { border-color: rgb(175,223,72); }

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