Html Css Color HEX #AFEA41 Conifer

📋 copy color: '#AFEA41'

red 175 ◦ green 234 ◦ blue 65

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

Shades of Conifer #AFEA41

Tints of Conifer #AFEA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.71%

R = 36.92%
G = 49.37%
B = 13.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#AFEA41 (or 0xAFEA41) is known color: Conifer. HEX triplet: AF, EA and 41. RGB value is (175,234,65). Sum of RGB (Red+Green+Blue) = 175+234+65=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA41 is #5015BE. Grayscale: #C5C5C5. Windows color (decimal): -5248447 or 4319919. OLE color: 4319919.

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

Color convert

RGB 175 234 65 -
CMYK 0.25 0 0.72 0.08
HSL 80.95º 0.8% 0.59% -
HSV(B) 80.95º 0.72% 0.92% -
XYZ 48.06 68.34 15.66 -
YUV 197.09 53.45 112.24 -
System Red Green Blue C M Y K H S L
Decimal 175 234 65 0.25 0 0.72 0.08 80.95 0.8 0.59
Hex AF EA 41 19 0 48 8 51 50 3B
Octal 257 352 101 31 0 110 10 121 120 73
Binary 10101111 11101010 1000001 11001 0 1001000 1000 1010001 1010000 111011

Color Harmonies of #AFEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA41

Black with #AFEA41

Text Example


Text Example

White with #AFEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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