Html Css Color HEX #AFE73E Conifer

📋 copy color: '#AFE73E'

red 175 ◦ green 231 ◦ blue 62

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

Shades of Conifer #AFE73E

Tints of Conifer #AFE73E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.36%

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 37.39%
G = 49.36%
B = 13.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AFE73E (or 0xAFE73E) is known color: Conifer. HEX triplet: AF, E7 and 3E. RGB value is (175,231,62). Sum of RGB (Red+Green+Blue) = 175+231+62=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE73E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE73E is #5018C1. Grayscale: #C3C3C3. Windows color (decimal): -5249218 or 4122543. OLE color: 4122543.

HSL color Cylindrical-coordinate representation of color #AFE73E: hue angle of 79.88º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE73E is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 62 -
CMYK 0.24 0 0.73 0.09
HSL 79.88º 0.78% 0.57% -
HSV(B) 79.88º 0.73% 0.91% -
XYZ 47.12 66.61 14.93 -
YUV 194.99 52.95 113.74 -
System Red Green Blue C M Y K H S L
Decimal 175 231 62 0.24 0 0.73 0.09 79.88 0.78 0.57
Hex AF E7 3E 18 0 49 9 50 4E 39
Octal 257 347 76 30 0 111 11 120 116 71
Binary 10101111 11100111 111110 11000 0 1001001 1001 1010000 1001110 111001

Color Harmonies of #AFE73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE73E

Black with #AFE73E

Text Example


Text Example

White with #AFE73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE73E; }

 p { color: rgb(175,231,62); }

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

background-color css

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

 a { background-color: rgb(175,231,62); }

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

border-color css

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

 span { border-color: rgb(175,231,62); }

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