Html Css Color HEX #AFDE53 Conifer

📋 copy color: '#AFDE53'

red 175 ◦ green 222 ◦ blue 83

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

Shades of Conifer #AFDE53

Tints of Conifer #AFDE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.29%

R = 36.46%
G = 46.25%
B = 17.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#AFDE53 (or 0xAFDE53) is known color: Conifer. HEX triplet: AF, DE and 53. RGB value is (175,222,83). Sum of RGB (Red+Green+Blue) = 175+222+83=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE53 is #5021AC. Grayscale: #C0C0C0. Windows color (decimal): -5251501 or 5496495. OLE color: 5496495.

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

Color convert

RGB 175 222 83 -
CMYK 0.21 0 0.63 0.13
HSL 80.29º 0.68% 0.6% -
HSV(B) 80.29º 0.63% 0.87% -
XYZ 45.36 61.98 17.76 -
YUV 192.1 66.43 115.8 -
System Red Green Blue C M Y K H S L
Decimal 175 222 83 0.21 0 0.63 0.13 80.29 0.68 0.6
Hex AF DE 53 15 0 3F D 50 44 3C
Octal 257 336 123 25 0 77 15 120 104 74
Binary 10101111 11011110 1010011 10101 0 111111 1101 1010000 1000100 111100

Color Harmonies of #AFDE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE53

Black with #AFDE53

Text Example


Text Example

White with #AFDE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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