Html Css Color HEX #AFE44C Conifer

📋 copy color: '#AFE44C'

red 175 ◦ green 228 ◦ blue 76

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

Shades of Conifer #AFE44C

Tints of Conifer #AFE44C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

 BLUE value IS 76 (30.08% from 255) = 15.87%

R = 36.53%
G = 47.6%
B = 15.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#AFE44C (or 0xAFE44C) is known color: Conifer. HEX triplet: AF, E4 and 4C. RGB value is (175,228,76). Sum of RGB (Red+Green+Blue) = 175+228+76=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE44C is #501BB3. Grayscale: #C3C3C3. Windows color (decimal): -5249972 or 5039279. OLE color: 5039279.

HSL color Cylindrical-coordinate representation of color #AFE44C: hue angle of 80.92º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE44C is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 76 -
CMYK 0.23 0 0.67 0.11
HSL 80.92º 0.74% 0.6% -
HSV(B) 80.92º 0.67% 0.89% -
XYZ 46.73 65.12 16.94 -
YUV 194.83 60.94 113.86 -
System Red Green Blue C M Y K H S L
Decimal 175 228 76 0.23 0 0.67 0.11 80.92 0.74 0.6
Hex AF E4 4C 17 0 43 B 51 4A 3C
Octal 257 344 114 27 0 103 13 121 112 74
Binary 10101111 11100100 1001100 10111 0 1000011 1011 1010001 1001010 111100

Color Harmonies of #AFE44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE44C

Black with #AFE44C

Text Example


Text Example

White with #AFE44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE44C; }

 p { color: rgb(175,228,76); }

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

background-color css

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

 a { background-color: rgb(175,228,76); }

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

border-color css

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

 span { border-color: rgb(175,228,76); }

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