Html Css Color HEX #AFEB43 Conifer

📋 copy color: '#AFEB43'

red 175 ◦ green 235 ◦ blue 67

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

Shades of Conifer #AFEB43

Tints of Conifer #AFEB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.05%

R = 36.69%
G = 49.27%
B = 14.05%

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

#AFEB43 (or 0xAFEB43) is known color: Conifer. HEX triplet: AF, EB and 43. RGB value is (175,235,67). Sum of RGB (Red+Green+Blue) = 175+235+67=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 67 (26.56% from 255 or 14.05% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEB43 is #5014BC. Grayscale: #C6C6C6. Windows color (decimal): -5248189 or 4451247. OLE color: 4451247.

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

Color convert

RGB 175 235 67 -
CMYK 0.26 0 0.71 0.08
HSL 81.43º 0.81% 0.59% -
HSV(B) 81.43º 0.71% 0.92% -
XYZ 48.4 68.94 16.07 -
YUV 197.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 175 235 67 0.26 0 0.71 0.08 81.43 0.81 0.59
Hex AF EB 43 1A 0 47 8 51 51 3B
Octal 257 353 103 32 0 107 10 121 121 73
Binary 10101111 11101011 1000011 11010 0 1000111 1000 1010001 1010001 111011

Color Harmonies of #AFEB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB43

Black with #AFEB43

Text Example


Text Example

White with #AFEB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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