Html Css Color HEX #AFEA40 Conifer

📋 copy color: '#AFEA40'

red 175 ◦ green 234 ◦ blue 64

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

Shades of Conifer #AFEA40

Tints of Conifer #AFEA40

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

 BLUE value IS 64 (25.39% from 255) = 13.53%

R = 37%
G = 49.47%
B = 13.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#AFEA40 (or 0xAFEA40) is known color: Conifer. HEX triplet: AF, EA and 40. RGB value is (175,234,64). Sum of RGB (Red+Green+Blue) = 175+234+64=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA40 is #5015BF. Grayscale: #C5C5C5. Windows color (decimal): -5248448 or 4254383. OLE color: 4254383.

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

Color convert

RGB 175 234 64 -
CMYK 0.25 0 0.73 0.08
HSL 80.82º 0.8% 0.58% -
HSV(B) 80.82º 0.73% 0.92% -
XYZ 48.03 68.33 15.51 -
YUV 196.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 175 234 64 0.25 0 0.73 0.08 80.82 0.8 0.58
Hex AF EA 40 19 0 49 8 51 50 3A
Octal 257 352 100 31 0 111 10 121 120 72
Binary 10101111 11101010 1000000 11001 0 1001001 1000 1010001 1010000 111010

Color Harmonies of #AFEA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA40

Black with #AFEA40

Text Example


Text Example

White with #AFEA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA40; }

 p { color: rgb(175,234,64); }

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

background-color css

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

 a { background-color: rgb(175,234,64); }

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

border-color css

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

 span { border-color: rgb(175,234,64); }

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