Html Css Color HEX #AFDE47 Conifer

📋 copy color: '#AFDE47'

red 175 ◦ green 222 ◦ blue 71

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

Shades of Conifer #AFDE47

Tints of Conifer #AFDE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 37.39%
G = 47.44%
B = 15.17%

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

#AFDE47 (or 0xAFDE47) is known color: Conifer. HEX triplet: AF, DE and 47. RGB value is (175,222,71). Sum of RGB (Red+Green+Blue) = 175+222+71=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE47 is #5021B8. Grayscale: #BFBFBF. Windows color (decimal): -5251513 or 4710063. OLE color: 4710063.

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

Color convert

RGB 175 222 71 -
CMYK 0.21 0 0.68 0.13
HSL 78.68º 0.7% 0.57% -
HSV(B) 78.68º 0.68% 0.87% -
XYZ 44.94 61.81 15.52 -
YUV 190.73 60.43 116.78 -
System Red Green Blue C M Y K H S L
Decimal 175 222 71 0.21 0 0.68 0.13 78.68 0.7 0.57
Hex AF DE 47 15 0 44 D 4F 46 39
Octal 257 336 107 25 0 104 15 117 106 71
Binary 10101111 11011110 1000111 10101 0 1000100 1101 1001111 1000110 111001

Color Harmonies of #AFDE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE47

Black with #AFDE47

Text Example


Text Example

White with #AFDE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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