Html Css Color HEX #AFE13D Conifer

📋 copy color: '#AFE13D'

red 175 ◦ green 225 ◦ blue 61

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

Shades of Conifer #AFE13D

Tints of Conifer #AFE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

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

R = 37.96%
G = 48.81%
B = 13.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#AFE13D (or 0xAFE13D) is known color: Conifer. HEX triplet: AF, E1 and 3D. RGB value is (175,225,61). Sum of RGB (Red+Green+Blue) = 175+225+61=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE13D is #501EC2. Grayscale: #BFBFBF. Windows color (decimal): -5250755 or 4055471. OLE color: 4055471.

HSL color Cylindrical-coordinate representation of color #AFE13D: hue angle of 78.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE13D is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 61 -
CMYK 0.22 0 0.73 0.12
HSL 78.29º 0.73% 0.56% -
HSV(B) 78.29º 0.73% 0.88% -
XYZ 45.45 63.3 14.24 -
YUV 191.35 54.44 116.34 -
System Red Green Blue C M Y K H S L
Decimal 175 225 61 0.22 0 0.73 0.12 78.29 0.73 0.56
Hex AF E1 3D 16 0 49 C 4E 49 38
Octal 257 341 75 26 0 111 14 116 111 70
Binary 10101111 11100001 111101 10110 0 1001001 1100 1001110 1001001 111000

Color Harmonies of #AFE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE13D

Black with #AFE13D

Text Example


Text Example

White with #AFE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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