Html Css Color HEX #AFDE46 Conifer

📋 copy color: '#AFDE46'

red 175 ◦ green 222 ◦ blue 70

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

Shades of Conifer #AFDE46

Tints of Conifer #AFDE46

RGB

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

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

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

R = 37.47%
G = 47.54%
B = 14.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#AFDE46 (or 0xAFDE46) is known color: Conifer. HEX triplet: AF, DE and 46. RGB value is (175,222,70). Sum of RGB (Red+Green+Blue) = 175+222+70=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE46 is #5021B9. Grayscale: #BFBFBF. Windows color (decimal): -5251514 or 4644527. OLE color: 4644527.

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

Color convert

RGB 175 222 70 -
CMYK 0.21 0 0.68 0.13
HSL 78.55º 0.7% 0.57% -
HSV(B) 78.55º 0.68% 0.87% -
XYZ 44.91 61.8 15.36 -
YUV 190.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 175 222 70 0.21 0 0.68 0.13 78.55 0.7 0.57
Hex AF DE 46 15 0 44 D 4F 46 39
Octal 257 336 106 25 0 104 15 117 106 71
Binary 10101111 11011110 1000110 10101 0 1000100 1101 1001111 1000110 111001

Color Harmonies of #AFDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE46

Black with #AFDE46

Text Example


Text Example

White with #AFDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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