Html Css Color HEX #AFDF46 Conifer

📋 copy color: '#AFDF46'

red 175 ◦ green 223 ◦ blue 70

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

Shades of Conifer #AFDF46

Tints of Conifer #AFDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.96%

R = 37.39%
G = 47.65%
B = 14.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#AFDF46 (or 0xAFDF46) is known color: Conifer. HEX triplet: AF, DF and 46. RGB value is (175,223,70). Sum of RGB (Red+Green+Blue) = 175+223+70=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF46 is #5020B9. Grayscale: #BFBFBF. Windows color (decimal): -5251258 or 4644783. OLE color: 4644783.

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

Color convert

RGB 175 223 70 -
CMYK 0.22 0 0.69 0.13
HSL 78.82º 0.71% 0.57% -
HSV(B) 78.82º 0.69% 0.87% -
XYZ 45.17 62.33 15.44 -
YUV 191.21 59.6 116.44 -
System Red Green Blue C M Y K H S L
Decimal 175 223 70 0.22 0 0.69 0.13 78.82 0.71 0.57
Hex AF DF 46 16 0 45 D 4F 47 39
Octal 257 337 106 26 0 105 15 117 107 71
Binary 10101111 11011111 1000110 10110 0 1000101 1101 1001111 1000111 111001

Color Harmonies of #AFDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF46

Black with #AFDF46

Text Example


Text Example

White with #AFDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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