Html Css Color HEX #AFED40 Conifer

📋 copy color: '#AFED40'

red 175 ◦ green 237 ◦ blue 64

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

Shades of Conifer #AFED40

Tints of Conifer #AFED40

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

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

R = 36.76%
G = 49.79%
B = 13.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AFED40 (or 0xAFED40) is known color: Conifer. HEX triplet: AF, ED and 40. RGB value is (175,237,64). Sum of RGB (Red+Green+Blue) = 175+237+64=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFED40 is #5012BF. Grayscale: #C7C7C7. Windows color (decimal): -5247680 or 4255151. OLE color: 4255151.

HSL color Cylindrical-coordinate representation of color #AFED40: hue angle of 81.5º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFED40 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 64 -
CMYK 0.26 0 0.73 0.07
HSL 81.5º 0.83% 0.59% -
HSV(B) 81.5º 0.73% 0.93% -
XYZ 48.89 70.05 15.8 -
YUV 198.74 51.96 111.07 -
System Red Green Blue C M Y K H S L
Decimal 175 237 64 0.26 0 0.73 0.07 81.5 0.83 0.59
Hex AF ED 40 1A 0 49 7 52 53 3B
Octal 257 355 100 32 0 111 7 122 123 73
Binary 10101111 11101101 1000000 11010 0 1001001 111 1010010 1010011 111011

Color Harmonies of #AFED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED40

Black with #AFED40

Text Example


Text Example

White with #AFED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED40; }

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

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

background-color css

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

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

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

border-color css

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

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

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