Html Css Color HEX #AFDC53 Conifer

📋 copy color: '#AFDC53'

red 175 ◦ green 220 ◦ blue 83

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

Shades of Conifer #AFDC53

Tints of Conifer #AFDC53

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

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

R = 36.61%
G = 46.03%
B = 17.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#AFDC53 (or 0xAFDC53) is known color: Conifer. HEX triplet: AF, DC and 53. RGB value is (175,220,83). Sum of RGB (Red+Green+Blue) = 175+220+83=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 83 (32.81% from 255 or 17.36% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC53 is #5023AC. Grayscale: #BFBFBF. Windows color (decimal): -5252013 or 5495983. OLE color: 5495983.

HSL color Cylindrical-coordinate representation of color #AFDC53: hue angle of 79.71º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFDC53 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 83 -
CMYK 0.20 0 0.62 0.14
HSL 79.71º 0.66% 0.59% -
HSV(B) 79.71º 0.62% 0.86% -
XYZ 44.83 60.92 17.58 -
YUV 190.93 67.09 116.64 -
System Red Green Blue C M Y K H S L
Decimal 175 220 83 0.20 0 0.62 0.14 79.71 0.66 0.59
Hex AF DC 53 14 0 3E E 50 42 3B
Octal 257 334 123 24 0 76 16 120 102 73
Binary 10101111 11011100 1010011 10100 0 111110 1110 1010000 1000010 111011

Color Harmonies of #AFDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC53

Black with #AFDC53

Text Example


Text Example

White with #AFDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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