Html Css Color HEX #AFDA48 Conifer

📋 copy color: '#AFDA48'

red 175 ◦ green 218 ◦ blue 72

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

Shades of Conifer #AFDA48

Tints of Conifer #AFDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.88%

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

R = 37.63%
G = 46.88%
B = 15.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#AFDA48 (or 0xAFDA48) is known color: Conifer. HEX triplet: AF, DA and 48. RGB value is (175,218,72). Sum of RGB (Red+Green+Blue) = 175+218+72=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDA48 is #5025B7. Grayscale: #BDBDBD. Windows color (decimal): -5252536 or 4774575. OLE color: 4774575.

HSL color Cylindrical-coordinate representation of color #AFDA48: hue angle of 77.67º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFDA48 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 72 -
CMYK 0.20 0 0.67 0.15
HSL 77.67º 0.66% 0.57% -
HSV(B) 77.67º 0.67% 0.85% -
XYZ 43.92 59.72 15.34 -
YUV 188.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 175 218 72 0.20 0 0.67 0.15 77.67 0.66 0.57
Hex AF DA 48 14 0 43 F 4E 42 39
Octal 257 332 110 24 0 103 17 116 102 71
Binary 10101111 11011010 1001000 10100 0 1000011 1111 1001110 1000010 111001

Color Harmonies of #AFDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA48

Black with #AFDA48

Text Example


Text Example

White with #AFDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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