Html Css Color HEX #AFE83E Conifer

📋 copy color: '#AFE83E'

red 175 ◦ green 232 ◦ blue 62

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

Shades of Conifer #AFE83E

Tints of Conifer #AFE83E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.47%

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

R = 37.31%
G = 49.47%
B = 13.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#AFE83E (or 0xAFE83E) is known color: Conifer. HEX triplet: AF, E8 and 3E. RGB value is (175,232,62). Sum of RGB (Red+Green+Blue) = 175+232+62=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 62 (24.61% from 255 or 13.22% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE83E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE83E is #5017C1. Grayscale: #C4C4C4. Windows color (decimal): -5248962 or 4122799. OLE color: 4122799.

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

Color convert

RGB 175 232 62 -
CMYK 0.25 0 0.73 0.09
HSL 80.12º 0.79% 0.58% -
HSV(B) 80.12º 0.73% 0.91% -
XYZ 47.41 67.17 15.02 -
YUV 195.58 52.62 113.32 -
System Red Green Blue C M Y K H S L
Decimal 175 232 62 0.25 0 0.73 0.09 80.12 0.79 0.58
Hex AF E8 3E 19 0 49 9 50 4F 3A
Octal 257 350 76 31 0 111 11 120 117 72
Binary 10101111 11101000 111110 11001 0 1001001 1001 1010000 1001111 111010

Color Harmonies of #AFE83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE83E

Black with #AFE83E

Text Example


Text Example

White with #AFE83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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