Html Css Color HEX #AFE03D Conifer

📋 copy color: '#AFE03D'

red 175 ◦ green 224 ◦ blue 61

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

Shades of Conifer #AFE03D

Tints of Conifer #AFE03D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.7%

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

R = 38.04%
G = 48.7%
B = 13.26%

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

#AFE03D (or 0xAFE03D) is known color: Conifer. HEX triplet: AF, E0 and 3D. RGB value is (175,224,61). Sum of RGB (Red+Green+Blue) = 175+224+61=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE03D is #501FC2. Grayscale: #BFBFBF. Windows color (decimal): -5251011 or 4055215. OLE color: 4055215.

HSL color Cylindrical-coordinate representation of color #AFE03D: hue angle of 78.04º degrees, saturation: 0.72, 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 #AFE03D is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 61 -
CMYK 0.22 0 0.73 0.12
HSL 78.04º 0.72% 0.56% -
HSV(B) 78.04º 0.73% 0.88% -
XYZ 45.18 62.76 14.15 -
YUV 190.77 54.77 116.75 -
System Red Green Blue C M Y K H S L
Decimal 175 224 61 0.22 0 0.73 0.12 78.04 0.72 0.56
Hex AF E0 3D 16 0 49 C 4E 48 38
Octal 257 340 75 26 0 111 14 116 110 70
Binary 10101111 11100000 111101 10110 0 1001001 1100 1001110 1001000 111000

Color Harmonies of #AFE03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE03D

Black with #AFE03D

Text Example


Text Example

White with #AFE03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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