Html Css Color HEX #AFE43D Conifer

📋 copy color: '#AFE43D'

red 175 ◦ green 228 ◦ blue 61

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

Shades of Conifer #AFE43D

Tints of Conifer #AFE43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.15%

R = 37.72%
G = 49.14%
B = 13.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#AFE43D (or 0xAFE43D) is known color: Conifer. HEX triplet: AF, E4 and 3D. RGB value is (175,228,61). Sum of RGB (Red+Green+Blue) = 175+228+61=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE43D is #501BC2. Grayscale: #C1C1C1. Windows color (decimal): -5249987 or 4056239. OLE color: 4056239.

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

Color convert

RGB 175 228 61 -
CMYK 0.23 0 0.73 0.11
HSL 79.04º 0.76% 0.57% -
HSV(B) 79.04º 0.73% 0.89% -
XYZ 46.26 64.94 14.51 -
YUV 193.12 53.44 115.08 -
System Red Green Blue C M Y K H S L
Decimal 175 228 61 0.23 0 0.73 0.11 79.04 0.76 0.57
Hex AF E4 3D 17 0 49 B 4F 4C 39
Octal 257 344 75 27 0 111 13 117 114 71
Binary 10101111 11100100 111101 10111 0 1001001 1011 1001111 1001100 111001

Color Harmonies of #AFE43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE43D

Black with #AFE43D

Text Example


Text Example

White with #AFE43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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