Html Css Color HEX #AFEA43 Conifer

📋 copy color: '#AFEA43'

red 175 ◦ green 234 ◦ blue 67

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

Shades of Conifer #AFEA43

Tints of Conifer #AFEA43

RGB

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

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

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

R = 36.76%
G = 49.16%
B = 14.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#AFEA43 (or 0xAFEA43) is known color: Conifer. HEX triplet: AF, EA and 43. RGB value is (175,234,67). Sum of RGB (Red+Green+Blue) = 175+234+67=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA43 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFEA43 is #5015BC. Grayscale: #C5C5C5. Windows color (decimal): -5248445 or 4450991. OLE color: 4450991.

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

Color convert

RGB 175 234 67 -
CMYK 0.25 0 0.71 0.08
HSL 81.2º 0.8% 0.59% -
HSV(B) 81.2º 0.71% 0.92% -
XYZ 48.12 68.36 15.97 -
YUV 197.32 54.45 112.08 -
System Red Green Blue C M Y K H S L
Decimal 175 234 67 0.25 0 0.71 0.08 81.2 0.8 0.59
Hex AF EA 43 19 0 47 8 51 50 3B
Octal 257 352 103 31 0 107 10 121 120 73
Binary 10101111 11101010 1000011 11001 0 1000111 1000 1010001 1010000 111011

Color Harmonies of #AFEA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA43

Black with #AFEA43

Text Example


Text Example

White with #AFEA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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