Html Css Color HEX #AFDC44 Conifer

📋 copy color: '#AFDC44'

red 175 ◦ green 220 ◦ blue 68

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

Shades of Conifer #AFDC44

Tints of Conifer #AFDC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 37.8%
G = 47.52%
B = 14.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#AFDC44 (or 0xAFDC44) is known color: Conifer. HEX triplet: AF, DC and 44. RGB value is (175,220,68). Sum of RGB (Red+Green+Blue) = 175+220+68=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC44 is #5023BB. Grayscale: #BDBDBD. Windows color (decimal): -5252028 or 4512943. OLE color: 4512943.

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

Color convert

RGB 175 220 68 -
CMYK 0.20 0 0.69 0.14
HSL 77.76º 0.68% 0.56% -
HSV(B) 77.76º 0.69% 0.86% -
XYZ 44.32 60.72 14.85 -
YUV 189.22 59.59 117.86 -
System Red Green Blue C M Y K H S L
Decimal 175 220 68 0.20 0 0.69 0.14 77.76 0.68 0.56
Hex AF DC 44 14 0 45 E 4E 44 38
Octal 257 334 104 24 0 105 16 116 104 70
Binary 10101111 11011100 1000100 10100 0 1000101 1110 1001110 1000100 111000

Color Harmonies of #AFDC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC44

Black with #AFDC44

Text Example


Text Example

White with #AFDC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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