Html Css Color HEX #AFEB44 Conifer

📋 copy color: '#AFEB44'

red 175 ◦ green 235 ◦ blue 68

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

Shades of Conifer #AFEB44

Tints of Conifer #AFEB44

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.16%

 BLUE value IS 68 (26.95% from 255) = 14.23%

R = 36.61%
G = 49.16%
B = 14.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#AFEB44 (or 0xAFEB44) is known color: Conifer. HEX triplet: AF, EB and 44. RGB value is (175,235,68). Sum of RGB (Red+Green+Blue) = 175+235+68=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB44 is #5014BB. Grayscale: #C6C6C6. Windows color (decimal): -5248188 or 4516783. OLE color: 4516783.

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

Color convert

RGB 175 235 68 -
CMYK 0.26 0 0.71 0.08
HSL 81.56º 0.81% 0.59% -
HSV(B) 81.56º 0.71% 0.92% -
XYZ 48.43 68.95 16.22 -
YUV 198.02 54.62 111.58 -
System Red Green Blue C M Y K H S L
Decimal 175 235 68 0.26 0 0.71 0.08 81.56 0.81 0.59
Hex AF EB 44 1A 0 47 8 52 51 3B
Octal 257 353 104 32 0 107 10 122 121 73
Binary 10101111 11101011 1000100 11010 0 1000111 1000 1010010 1010001 111011

Color Harmonies of #AFEB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB44

Black with #AFEB44

Text Example


Text Example

White with #AFEB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB44; }

 p { color: rgb(175,235,68); }

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

background-color css

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

 a { background-color: rgb(175,235,68); }

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

border-color css

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

 span { border-color: rgb(175,235,68); }

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