Html Css Color HEX #AFEB42 Conifer

📋 copy color: '#AFEB42'

red 175 ◦ green 235 ◦ blue 66

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

Shades of Conifer #AFEB42

Tints of Conifer #AFEB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.87%

R = 36.76%
G = 49.37%
B = 13.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#AFEB42 (or 0xAFEB42) is known color: Conifer. HEX triplet: AF, EB and 42. RGB value is (175,235,66). Sum of RGB (Red+Green+Blue) = 175+235+66=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB42 is #5014BD. Grayscale: #C6C6C6. Windows color (decimal): -5248190 or 4385711. OLE color: 4385711.

HSL color Cylindrical-coordinate representation of color #AFEB42: hue angle of 81.3º degrees, saturation: 0.81, 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 #AFEB42 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 66 -
CMYK 0.26 0 0.72 0.08
HSL 81.3º 0.81% 0.59% -
HSV(B) 81.3º 0.72% 0.92% -
XYZ 48.37 68.92 15.91 -
YUV 197.79 53.62 111.74 -
System Red Green Blue C M Y K H S L
Decimal 175 235 66 0.26 0 0.72 0.08 81.3 0.81 0.59
Hex AF EB 42 1A 0 48 8 51 51 3B
Octal 257 353 102 32 0 110 10 121 121 73
Binary 10101111 11101011 1000010 11010 0 1001000 1000 1010001 1010001 111011

Color Harmonies of #AFEB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB42

Black with #AFEB42

Text Example


Text Example

White with #AFEB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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